Site logo

Archived topic

Change Woo commerce product link button

5 replies · Started by Chidinma on August 31, 2020

Viewing posts 1–6 of 6

Hi, I have a woocommerce website that has a blog section. I noticed that the product link colour is the same with blog link colour. Please, I would like my woocommerce product link colour to be black and my blog section link colour to remain blue. Please, how can I achieve this?

Another thing I would like you to help me with the the text colour of one of the pages of the primary navigation menu. Please, I want the 'Sales' text colour on primary navigation menu to be red.

Thanks

Thanks for your reply Leo
1. No not the button colour. The colour I meant is the blue product title colour just above the button your arrow is pointing.

You can use this CSS to change the color:

.wc-block-grid__product-title {
    color: #000000;
}

Thanks, Leo, the CSS worked!
The second problem is still not solved. I want the text colour for 'Sales' on the menu to change to red.

This archived topic is closed to new replies.