How can I increase the font in the header?
-
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.
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.
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
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.
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