Hi,
Is it possible to remove the main header image in woo commerce categories please?
Eg here…http://emilyshouse.wpengine.com/collections/new-production/ (hosted on WPengine)
(Not here http://emilyshouse.wpengine.com/shop/)
Many thanks!!
Hey Lol5tar,
You’re trying to hide the logo, right?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.tax-product_cat .logo {display:none;}
If you need to hide the space taken up by the logo as well, please use this instead:
.tax-product_cat .av-logo-container {display:none;}
Best regards,
Sarah
Hi, sorry.. not the logo.. the main category image on the category page.. eg this image http://imgur.com/a/uIy9N on http://emilyshouse.wpengine.com/collections/extra-large-rugs/ (hosted on WPengine)
Hi,
Oh! Sorry about that. Then please use this code instead:
.tax-product_cat .page-thumb {display:none;}
Please let us know if you need help with anything else.
Best regards,
Sarah
Perfect thanks!
Hi,
I’m glad Sarah’s solution was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon