• Resolved zachcranor

    (@zachcranor)


    Howdy,

    Title pretty much says it all.

    Working on a webcomic site right now, and want to show the most recent comic in full size on the front page. I know I can set wordpress to show the most recent post as your homepage, but the theme (or maybe this is a general wordpress thing) will show it in archive format. So if I set things up right to get my homepage looking good, my archive just becomes one full size comic with no pagination.

    So, I made an elementor page to use as my homepage, and am trying to use the Blog widget of this addon only to display the latest post featured image. Its all working great except one thing: the whole image is clickable to a post that shows the exact same thing. I’d simply like it to not do that, to disable the post link in the image.

    I’m pretty much a css novice, so any help would be appreciated! Thanks

    • This topic was modified 4 years, 11 months ago by zachcranor.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter zachcranor

    (@zachcranor)

    Actually, figured out this on my own after discovering the right terms to search.

    For those curious:

    Assign your grid a CSS class in the advanced settings, then add this html with the html widget to the page:
    <style>
    .your-class {
    pointer-events: none;
    cursor: default;
    }
    </style>

Viewing 1 replies (of 1 total)
  • The topic ‘Blog: make featured image NOT clickable’ is closed to new replies.