Reply 263962 to: HiperLink color

Avatar: Olga Barlow
Olga Barlow
Support staff
December 14, 2020 at 16:54

Hello,

We don’t have the option to change the color of the links in Theme Options > Styling, so don’t understand what you changed.

To change the color of links add the below custom to Theme Options > Custom CSS

.template-container a, .template-container p a, .template-container .footer-bottom a {
    color: #b39a68;
    text-decoration: underline;
    font-weight: bold;
}
.template-container a:hover, .template-container p a:hover, .template-container .footer-bottom a:hover {
    color: #888888;
}
.content-product .button, .content-product .product-title a, .content-product .products-page-brands a {
    text-decoration: none;
    font-weight: normal;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.