Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1171588

    Hi there,

    Is there a code that I can use to remove the category image from the main category page? I would like to keep it on the shop page – see links in the Private Content area.

    I spoke with WooCommerce about this and they said that this is a theme issue.

    Any assistance would be greatly appreciated!

    #1171615

    Hey vantagepointmg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .archive.tax-product_cat .page-thumb {
      display: none;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1171632

    That worked! Thank you so much for your help!

    #1171711

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.