• Resolved millsdmb

    (@millsdmb)


    Hello! Is it (easily) possible to hide or disable the item images? None of the items i’m working with have images.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Under theme customize, I put this in the additional css area to hide the images. Couldn’t find a way to do it through the plugin either.

    .rpress-thumbnail-holder > img {
    display:none;
    }

    Thread Starter millsdmb

    (@millsdmb)

    @aritoyekan88 This works well on desktop, but on mobile there is noticeable spacing where the image would have been. I’ve tried a couple different themes but that doesn’t help. Any tips? Thank you!

    edit: the additional css below seems to have resolved the gaps

    .rpress-thumbnail-holder {
    display:none;
    }

    • This reply was modified 6 years ago by millsdmb.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Item Images’ is closed to new replies.