• Resolved aimeelinzi

    (@aimeelinzi)


    I am trying to remove the grey banner above the products and below the menu, I have removed the main text by adding CSS but would like the whole banner and small text to go and lift up the sub categories or products.

    Do you have some advice or code I can use.

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    If you want to hide the page header(grey section), you can do so by going to Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .page-header{
    	display: none;
    }

    Thanks.

    Thread Starter aimeelinzi

    (@aimeelinzi)

    Hi Rajesh,

    Thank you for the code, this has worked perfectly.

    Thank you for your help.

    Hi,

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Header/Banner’ is closed to new replies.