Home Forums Basel support forum Change color of WooCommerce product title

Change color of WooCommerce product title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #61717

    Kim
    Participant

    Hi! As the topic title states, how do I go about changing the colour of product titles?

    #61790

    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

    #61857

    Kim
    Participant

    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?

    #61862

    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

    #62098

    Kim
    Participant

    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:)

    #62115

    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

    #62151

    Kim
    Participant

    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!

    #62186

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change color of WooCommerce product title’ is closed to new replies.