• Resolved exhumed

    (@exhumed)


    Hi

    Excellent theme. I’m currently working on a child theme and I can’t seem to find what to change to give my own color to the product title and its highlight color. I use WooCommerce Colors, but that doesn’t change the title.

    Also, when opening a product page, the sidebar gets a “previous story”. Can this be removed?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! Thanks.

    Try this css for title colors:

    
    h1, h2, h3, h4, h5, h6 { color: red; }
    

    When you say highlight color, where is that?

    As for the previous story part, go to:
    Customize > Theme Options > Blog > Single – Post Navigation > Disable and it should disappear.

    Thread Starter exhumed

    (@exhumed)

    Thanks, the colors worked now! Stories too.

    By highlight, I meant “hover”. As with pages I guess you could do it on products as well?

    Theme Author Alexander Agnarson

    (@alxmedia)

    For hover, you could try:

    
    a:hover h2 { color: #fff; } 
    

    Or,

    
    h2:hover { color: #fff; }
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WooCommerce colors’ is closed to new replies.