Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, you can hide the space reserved for images by going to wp-admin / Appearance / Customize / Additional CSS panel and adding there the code below

    
    .adverts-list .advert-img {
        display: none !important;
    }
    .adverts-list .advert-post-title,
    .adverts-list .advert-published {
        margin-left: 0 !important
    }
    
    Thread Starter mrblues

    (@mrblues-1)

    this is working, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove / hide images’ is closed to new replies.