Home › Forums › WoodMart support forum › Change basic colors
Change basic colors
- This topic has 8 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 1, 2021 at 10:00 am #309934
Tim JaggiParticipantAugust 1, 2021 at 10:45 am #309940
Elise NoromitMemberHello,
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/
In addition please check the Theme Settings > Styles and colors.
If you need further help, please provide page URL and screen of the problem.
Best Regards
August 1, 2021 at 10:45 am #309941
Elise NoromitMemberHello,
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/
In addition please check the Theme Settings > Styles and colors.
If you need further help, please provide page URL and screen of the problem.
Best Regards
August 1, 2021 at 12:52 pm #309947
Tim JaggiParticipantThank you for the answer. Now I know how to change the font in the head. However, the settings do not work for the footer. I have written HTML code and can’t set a default for <p></p>, <i></i> and <h1></h1>.
Thanks for help
August 1, 2021 at 8:26 pm #309985
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.main-footer .textwidget ul li a{ color:white; } .main-footer .textwidget ul li a:hover{ color:yellow; } body .main-footer .textwidget h4{ color:white; } .min-footer a, .min-footer i, .min-footer small{ color:white; }
Best Regards
August 2, 2021 at 11:17 pm #310220
Tim JaggiParticipantThat’s sweet thanks, it works. But can it be that I have to redesign the code after upcoming updates or does it work fixed like this now?
Kind regards
BensonAugust 2, 2021 at 11:59 pm #310230
Elise NoromitMemberHello,
In any case, make always a full backup of our site before the update, installing a new plugin, or any other considerable actions.
The code would not disappear after the update.
If you have any questions please feel free to contact us.
Best Regards
August 3, 2021 at 1:56 pm #310394
Tim JaggiParticipantOk, thank you 🙂
August 3, 2021 at 11:42 pm #310472
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
Tagged: color change
- You must be logged in to create new topics. Login / Register