Blue product title header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26769
    myetutors
    Participant

    Hello phoenix,
    I am trying to remove blue title header on products as per the reply July 11, 2016 at 4:37 am
    .archive.post-type-archive.post-type-archive-product.woocommerce #title-area {
    display: none;
    }
    but this is not working for me.
    Thanks

    #26773
    Veena
    Moderator

    Can you pls try this –

    .single-product.woocommerce.woocommerce-page.woocommerce-site #title-area {
        display: none;
    }
    

    If this doesn’t work then pls share a link to this page.

    #26777
    myetutors
    Participant

    Hello phoenix,
    Thanks a lot it is working properly.
    Thanks for a prompt response.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blue product title header’ is closed to new replies.