This topic has 3 replies, 2 voices, and was last updated 8 years by Erik.

  • Author
  • #103023
     Erik
    Participant

    I have two Child Themes for my site.  I’d like for one of the child themes to not have the thumbnails displayed in teh categories list (only the title with hyperlink).

    I don’t see any options in the editor to remove the images from each of the categories listed.  I tried the “Woo Product Category” editing options and had the same result.

    Any help would be greatly appreciated.

    #103077
     sharmstr
    Moderator

    You can try this css for specific categories

    COPY CODE
    
    .post-type-archive-product .product_cat-gun-manual figure.product-transition-single {
        display: none !important;
    }
    

    Or you can try this for all category pages

    COPY CODE
    
    .post-type-archive-product figure.product-transition-single {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #103140
     Erik
    Participant

    Thanks! I’ll give them a shot.

    #103253
     Erik
    Participant

    Worked! Thank you so much for your help!

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?