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

    Hi! Thanks again for the best theme out there in my opinion. I have a page where posts are displayed in two different sections, one for live projects and one for finished. The Featured image should appear on the live projects but not on the other. I have given the section with finished projects a Custom CSS Class called “avslutade”
    If I’m using:
    .slide-image img {
    display: none !important;
    }
    It hides the featured image ewerywhere. How do I target only the section “avslutade”?

    I think this is an easy one, thanks for your help,
    Michael

    #871703

    Hey Michael,

    Please use the code as following

    .avslutade .slide-image img {
    display: none !important;
    }

    Cheers!
    Yigit

    #873941

    Thanks Yigit, that’s perfect! :)
    /Michael

    #874399

    Hi,

    Great, glad we could help. 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.