Change color of WooCommerce product title
-
Hi! As the topic title states, how do I go about changing the colour of product titles?
Hello,
It is possible to do with custom CSS. Please add this CSS to Theme Settings > Custom CSS
.single-product-content .entry-title, .font-title {
font-size:#000000;
}
Please replace #000000 with the color you need.
Best Regards
Hello!
That didn’t work unfortunately. I pasted the code into Theme Settings>Custom CSS>Global Custom CSS and replaced #000000 with ‘red’. What could be the problem?
Hello,
Sorry, it was my mistake. The correct code is:
.single-product-content .entry-title, .font-title {
color:#000000;
}
Have a look at the screen http://prntscr.com/jsfx0z
If it still does not work please provide your site admin access.
Best Regards
I didn’t get that to work either I’m afraid (I’m not very good at reading source code:()
On the bright side, I found the setting I was looking for:
Theme Settings>Typography>Entities names (Titles for posts, products, categories and pages)
This changes the colour of product titles, both on catalog- and product pages:)
Hello,
As I have understood you needed to change the color only on the product page. Now you have solved the issue, haven’t you?
Best Regards
I needed to change the colour of product titles, both on product- and catalog pages, which the above mentioned setting does perfectly, so yes, problem solved!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change color of WooCommerce product title’ is closed to new replies.