• Hi,
    Can I remove the category title and image below the menu? I have the Grow eBusiness theme.

    Many Thanks
    Zak

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

Viewing 1 replies (of 1 total)
  • Hello @realdreams,

    We can see the category title we are unable to see category image. We can hide category title with the help of custom css.

    Please apply the below given css under Appearance -> Customize ->Additional Css

    header.woocommerce-products-header {
    display: none !important;
    }
    

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Default Category Image & Category Title’ is closed to new replies.