I have category images for each product category. This is very nice in the product page, but there is no way to hide this inside the category. Seems like must have this visible, either as a big thumbnail or as a fullsize wide header image inside the category.
I would like to hide it and just show the products.
Any help would be delightful :)
Roger Enger Lie
Norway
Hey engerlieoutdoor,
The link you gave shows that your site is still under construction/maintenance.
Can you give us access? so we can atleast view the page?
Best regards,
Nikko
Access sent
Hi,
Thanks for that, the regular WordPress login URLs are returning 404 errors though. Could you post the login URL as well please?
Best regards,
Rikard
answer sent
Hi,
Please add this css code in Quick CSS, located in Enfold > General Styling:
.tax-product_cat .page-thumb {
display: none;
}
Best regards,
Nikko
Added this css code but no change.
Hi,
Did you add to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Worked! Thanks.
Now..
How can I hide “sort by” and “display” above the products?
Hi,
Add this to quick css:
.product-sorting{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks for great help!
R
Hi,
No problem. I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon