Change font size in footer
-
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
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
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
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
footer .widget-title {
font-size:14px;
color: red;
}
Best Regards
Hi!
It doesn’t work!
https://ibb.co/2NRRpdr
Best regards,
Alex
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
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
Hello!
My problem is solved.
Thank you!
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Change font size in footer’ is closed to new replies.