Element color doesn’t change
-
Please help me change the color of these elements
you need this color f56600
Attachments:
You must be
logged in to view attached files.
Hello,
Please find the option to change the color in the page settings: https://xtemos.com/docs-topic/options-for-pages/
If it is a product category page, edit the category and you will find the option to set the color or image in the title.
If you have any questions please feel free to contact us.
Best Regards
The second screenshot solved the problem. I can’t figure out how to change the color on the cart and mega menu and remove the phrase “Wrong menu selected”
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the font of the My account text 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/
The background of the shopping cart is set in the Theme Settings > Styles and Colors. Alternatively you can change that by custom CSS:
body .wd-header-cart .wd-tools-icon {
background-color:red!important;
}
Please add the code to the Theme Settings > Custom CSS > General.
Best Regards