Change header elements color
-
Hello,
I would like to change color of some elements in the header. Please see the screenshot
Hello,
Please add this code to the Theme Settings > Custom CSS > Global and replace the color as per your needs:
body .search-by-category .input-dropdown-inner>a {
color:red;
}
body .searchform .searchsubmit {
color: red;
}
body .woodmart-wishlist-info-widget>a{
color:red;
}
body .woodmart-shopping-cart>a {
color:red;
}
Best Regards
I can change the colour of search submit button and background colour of category dropdown list but I am unable to change the text colour of the categpry dropdown list.
I am also unable to change the colour of the cart and wishlist.
Hello,
You can change the font color 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/
Have you added the provided code? Add the code I do not see you have added.
Best Regards