Home › Forums › WoodMart support forum › Change Color on the Category menu
Change Color on the Category menu
- This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by Elise Noromit.
-
AuthorPosts
-
November 13, 2020 at 6:15 pm #241361
imbacactusParticipantCould you please let me know how I can change the color from black to other colors on the category menu or upload a generic image for all of the categories/store? Thank you
https://i.imgur.com/0bE2WUt.pngNovember 13, 2020 at 10:02 pm #241406
Elise NoromitMemberHello,
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/
Best Regards
November 14, 2020 at 3:25 pm #241557
imbacactusParticipantThank you for your response, I am a bit confused though. These instructions are to change to font color & option, is this correct? I wanted to change the background color on the category bar which is currently set to black or place a generic image for all categories & the shop page (e.g. https://i.imgur.com/Jarg6od.png). Could you please let me know how to change that? Thank you
November 14, 2020 at 7:25 pm #241613
Elise NoromitMemberHello,
Sorry, your site is under maintenance I cannot view it. Please provide the site admin access to the private area I will provide custom CSS, you mentioned color and did not mention the background, I misunderstood you.
Best Regards
November 16, 2020 at 9:44 am #241886
imbacactusParticipantHello, please find attached the admin access info in the private content. If possible you can alter the color to the following: efd9c3, but it would be nice to able to alter it. Thank you for your help!
November 16, 2020 at 2:41 pm #242035
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .page-title-default { background-color: red; }
If you need to change the color of the categories, use this custom:
body .color-scheme-light .category-nav-link:hover, body .color-scheme-light .category-nav-link{ color: yellow; } body .category-nav-link .category-name:after{ background-color: yellow; }
Set the color as per your needs.
Best Regards
November 16, 2020 at 4:46 pm #242064
imbacactusParticipantThank you this works perfectly!
November 17, 2020 at 9:11 am #242206
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register