Tagged: header, woocommerce
Hello the page I am working on is:
I notice that there is a large grey banner on top how can I remove that?
Thank you
When I inspect the element it’s called “.av-section-color-overlay”
When I go to edit that page and I go to editing the layout section
the “Header visibility and transparency” is selected as “Hide header on this page”
so I feel a little confused and please need understanding what setting I am missing that grey div container is still showing?
Thank you
Hi,
Sorry for the late reply. Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Please go to Enfold theme options > Shop Options and choose not to display “Main Shop Page Banner”. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
#av_product_description { display: none !important; }
Best regards,
Yigit
When I see you provided a code that meets my need for support thank you, it worked thank you