• How do I remove post featured image on CV List Post Layout? I have disable featured image on the post but I don’t see a way to remove the featured image from the list. Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author CodeVibrant

    (@codevibrant)

    Hello @branza

    You can use the following code in additional CSS box in customizer:

    #cv-list-post-layout .cv-post-thumb {
    	display: none;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Featured Image’ is closed to new replies.