Home Forums WoodMart support forum Css to reduce title size

Css to reduce title size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238373

    BertranddesmetsWM
    Participant

    Hi,

    How can I reduce the size of the title underlined in the image attached? I cannot find the proper CSS.

    Thanks for the help!

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

    Hello,

    You can change the font by means of Advanced typography option, which allows 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

    #238502

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the advice but I cannot find the name of this title. I have also tried the custom selector.

    Regards

    #238526

    Hello,

    Please use this custom CSS: body.single .slider-title or

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

    body.single .slider-title{
    font-size:20px;
    }

    Please set the font-size as per your needs.

    Best Regards

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