Cannot remove blue title header on shop page

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Cannot remove blue title header on shop page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22992
    Sander N
    Participant

    Hi,

    I want to remove the titel header for the shop page (woo commerce). Somehow, it works for other pages (also woo commerce pages).

    What can i do?

    Rgds

    Sander

    #23001
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .archive.post-type-archive.post-type-archive-product.woocommerce #title-area {
        display: none;
    }
    
    #23005
    Sander N
    Participant

    Great thanks. Worked perfectly

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cannot remove blue title header on shop page’ is closed to new replies.