Home Forums WoodMart support forum Change font size in footer

Change font size in footer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #415732

    Aleks2000
    Participant

    Hi!
    Can you say in which class should I increase the font size in footer links and h1?
    In the photo, I drew lines that need to change.
    https://ibb.co/dB1WjRz

    Best regards,
    Alex

    #415772

    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

    #415895

    Aleks2000
    Participant

    Hello!
    Can you please write the CSS class of the footer menu title and li pages?
    I wrote class .wd-sub-menu li>a, but unfortunately is working for the title and li pages.

    Best regards,
    Alex

    #415998

    Hello,

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

    footer .widget-title {
    font-size:14px;
    color: red;
    }

    Best Regards

    #416813

    Aleks2000
    Participant

    Hi!
    It doesn’t work!
    https://ibb.co/2NRRpdr

    Best regards,
    Alex

    #416829

    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

    #416830

    Aleks2000
    Participant

    Hello!
    Thank you!

    #417023

    Hello,

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

    footer .mega-menu-list>li>a {
    color:red;
    font-size:30px;
    }

    You can set your color and size, if you need only size, remove color:red;

    Best Regards

    #420564

    Aleks2000
    Participant

    Hello!
    My problem is solved.

    Thank you!

    #420660

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change font size in footer’ is closed to new replies.