Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268893

    Hi,

    Is there a way to prevent the thumbnail from displaying on the enfold latest news widget ?
    Not all posts will have a featured image.

    link here

    thanks,
    Colin

    #268894

    Also is there a way to prevent the date from displaying ? (Show title of post only)

    #269953

    Hey!
    In your dashboard you can go to Enfold / General / Quick CSS. Then you can add these lines to your quick css and click save:

    .newsbox .news-thumb, .newsbox .news-time {display: none;}

    /* IF YOU WANT TO RESIZE YOUR TITLE"S TO BE BIGGER, USE THIS*/
    .newsbox .news-headline {font-size: 120%;}

    Changing the 120% to whatever size you like.
    Regards,
    Chris

    • This reply was modified 10 years, 5 months ago by Chris.
    #313066

    Thanks for this info, Chris. It’s just what I was looking for, as my client tends not to add featured images to posts, and I wanted to make the Latest News widget display without the thumbnail. :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove thumbnail from Enfold latest news widget’ is closed to new replies.