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

Avatar: Olga Barlow
Olga Barlow
Support staff
April 21, 2021 at 10:22

Hello,

Use the code below to change the mentioned links

.content-product .product-title, .posts-slider article .post-heading h2, .post-heading h2 {
    font-size: 18px;
    line-height:1.3;    
}
.content-product .product-title a, .posts-slider article .post-heading h2 a, .post-heading h2 a {
    color: #266391;
}
.content-product .product-title:hover a,
.posts-slider article .post-heading:hover h2 a, .post-heading h2:hover a {
    color: #4a5156;
}

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.