Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #385328

    Hi,

    how can I make the featured image on my blog post overview page (excerpts) relegate to the single post or not clickable?
    I try the codes you can see afterwards, but they doesn’t work for me by putting them to the quick css field! It only pops up in lightbox, but that’s the worst solution for me.

    .single-post span.image-overlay {
    display: none !important;
    }
    
    .image-overlay {
    display: none !important;
    }

    My favorite solution will be the relegate one, but if not I will also take the non clickable.
    Is there a solution to solve it?

    Best regards,
    Frank

    • This topic was modified 9 years, 10 months ago by scfran.
    #385531

    Hi scfran!

    Please post the link to your website Frank.

    Best regards,
    Yigit

    #385553

    Hi Yigit,

    I send you the login at the other topic. The website in maintenance mode so you can take a look from the dashboard.

    Regards,
    Frank

    #385559

    Hey!

    Please add following code to Quick CSS

    .page-id-21 .big-preview.single-big {
    pointer-events: none !important;
    }

    Best regards,
    Yigit

    #385574

    You are my hero! ;)
    Thanks a lot.

    Best regards,
    Frank

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Behavoir of featured images on blog post (excerpts) via avia layout builder’ is closed to new replies.