I want to change the links color
-
Hello,
The colors of the links on the website were light blue, I added the following css code instead of Global custom css to change them.
.footer-container a{
color:#7A7A7A;
}
.main-page-wrapper a{
color:#7A7A7A!important;
}
But then the link color changed in the add to card button of the products.
How can we exclude that?
Attachments:
You must be
logged in to view attached files.
Hello,
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/
Best Regards