Home Forums WoodMart support forum font type and capital

font type and capital

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #347646

    mitcheos
    Participant

    Hi, how do I change the font type to Mulish and make it upper case for the first letter only and the rest lower case? It for the single product, description, ingredients, how to use, reviews text.
    Is there custom CSS that will do this?

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

    Hello,

    You can try using our Typography settings under Theme Settings >> Typography.

    You can read our detailed documentation about advanced typography in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #347713

    mitcheos
    Participant

    I tried that but i didnt work. Which setting exactly is it?

    #347753

    Hello,

    To make the font change and change the text transformation. You need to use the following class in the advanced typography Custom Selector.

    “tabs-layout-tabs .tabs li > a “

    Best Regards

    #348911

    mitcheos
    Participant

    Hi I tried that but it didnt work. Can it be done via css?

    #349037

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .tabs-layout-tabs .tabs li > a {
        text-transform: capitalize;
    }

    Best Regards

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