Home Forums WoodMart support forum Change title page font style become capitalize

Change title page font style become capitalize

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #473810

    Nukioh
    Participant

    How to change page title font style as attached from Uppercase become Capitalize?

    Attachments:
    You must be logged in to view attached files.
    #473978

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #474132

    Nukioh
    Participant

    But the text transform on the page title still hasn’t changed according to what I want to be lowercase, as attached.

    Attachments:
    You must be logged in to view attached files.
    #474176

    Hello,

    Please check the screen: https://gyazo.com/7428b4d37e86ff4723069733457b9abd

    If you have any questions please feel free to contact us.

    Best Regards

    #474202

    Nukioh
    Participant

    The problem is still the same, the page title SHOPPING CART > CHECKOUT > COMPLETE cannot change to lowercase. I have configured as shown in the picture.

    Attachments:
    You must be logged in to view attached files.
    #474436

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #474503

    Nukioh
    Participant

    Here you go.

    #474748

    Hello,

    Please check the screen: https://gyazo.com/d4a5ebbf0ff10c66083eef0696d583c7

    If you have any questions please feel free to contact us.

    Best Regards

    #474865

    Nukioh
    Participant

    It still problem, can’t change become lowercase

    Attachments:
    You must be logged in to view attached files.
    #475011

    Hello,

    I do not see any title on the page: https://gyazo.com/a4e6c96d41b0c99eb3c40654c9a20d45

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-checkout-steps li a {
    text-transform: capitalize;
    }

    Best Regards

    #475264

    Nukioh
    Participant

    Yes, because I’ve hidden it. The style is poor, I’ll bring it back up if you can help me figure it out.

    #475950

    Hello,

    Please replace the code with this one:

    body .wd-checkout-steps li a {
    text-transform: capitalize;
    }
    body .wd-checkout-steps li span{
    text-transform: capitalize;
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)