Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #900487

    When showing a single category, there is a top-image that I can’t figure out how to get rid off. I have tried all the options in Enfold Shop Options.
    [IMG]http://i64.tinypic.com/dy22pc.jpg[/IMG]

    #900609

    Hey dome23,

    Can you give us a link to the page in the screenshot? you can post it in private content so it’s ony visible to you and the moderators.

    Best regards,
    Nikko

    #901421
    This reply has been marked as private.
    #901590

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .archive .page-thumb .category_thumb {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #902384

    Thanks so much, is there a way to remove these too? [IMG]http://i63.tinypic.com/mj1zqa.jpg[/IMG]

    #902396

    Hi,

    Yes, just add this css code:

    .woocommerce .product-sorting {
        display: none;
    }

    Best regards,
    Nikko

    #902402

    Thanks so much!

    #902458

    Hi,

    You’re welcome, glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove top image on categroy?’ is closed to new replies.