Reply 285237 to: I want to change the hyperlinks of woocommerce products and posts

Avatar: Olga Barlow
Olga Barlow
Support staff
April 23, 2021 at 11:27

Hello,

Sorry, I just did not understand your first request correctly. Now, everything is clear once you described it in detail and added screenshots.
1), 2) Use the below code

.content-article a, .tab-description a {
    font-size: 18px;
    color: #266391;
}
.content-article a:hover, .tab-description a:hover {
    color: #286A9C;
}

3), 4) Use the below code

.single-tags a,.product_meta .tagged_as a {
    color: #266391;
    font-weight: bold;
}

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.