Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365916

    Hi There.
    How can I hide the date from the portfolio widget?
    Here a screenshot:
    screen+

    And it shuold be usefull to hide the image too.

    Thanks.
    Andrea

    #365966

    Hey iamconsultingsrl!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QUICK-CSS field put the following:

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

    For the image:

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

    Cheers!
    Günter

    #365969

    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide date from Enfold Latest Portfolio widget’ is closed to new replies.