Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #429142

    hello,
    how can I remove image, date and time in widget ‘enfold latest news’
    thank you!

    #429492

    Hi ftt123!

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.news-thumb, span.news-time{
    display:none !important;
    }
    

    Regards,
    Rikard

    #429495

    Hi ftt123!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    .widget.newsbox .news-thumb {
        display: none !important;
    }
    
    .widget.newsbox .news-time {
        display: none !important;
    }
    

    Best regards,
    Günter

    #429500

    thanks!

    #429569

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove image, date and time in widget 'enfold latest news'’ is closed to new replies.