Home Forums WoodMart support forum How can I increase the font in the header?

How can I increase the font in the header?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #137854

    SmartInk
    Participant

    Hello, I need to increase the font in the header? But I can’t find this setting in header builder or theme settings. Can you help me? Thank you!

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

    SmartInk
    Participant

    I do not want to create a new topic for this question, so, I wanna ask you here 🙂
    How can I make margins smaller in the footer?

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

    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/

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

    body footer  div[class^=vc_wp] li {
        margin-bottom: 0;
    }

    Best Regards

    #138212

    SmartInk
    Participant

    I create the rule, but anything not happens. Please, take a look. Thank you very much

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

    Hello,

    Please deactivate all the plugins not related to the theme and check the issue, if the problem remains, use this selector body .menu-simple-dropdown li a

    Best Regards

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