[Resolved] Woo Product Name color

Home Forums Support [Resolved] Woo Product Name color

Home Forums Support Woo Product Name color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #797795
    Martin

    Is there a way to use the customizer to make the Product name a different color than H1s on the rest of the site? Or do I need to use custom CSS?

    (Currently H1s are set to white because on the rest of the site they overlay a background image or video)

    #797815
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It’s possible with some CSS, but I think it would be better to go the other way. In places where your H1 is sitting on top of a dark background, you should set the H1 to white. In most cases, there should be text color options in those areas that you can use.

    Then you can keep the global H1 element dark, as your content area is white by default.

    If that’s not do-able, you can use this CSS:

    h1.product_title {
        color: #000;
    }
    #797827
    Martin

    Thanks, I’ll use the CSS for now, and loop back later to incorporate the good advice.

    #797830
    Tom
    Lead Developer
    Lead Developer

    Sounds good 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.