Home Forums WoodMart support forum I want to change the links color

I want to change the links color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #496336

    bianca-4446
    Participant

    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.
    #496489

    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

Viewing 2 posts - 1 through 2 (of 2 total)