Tagged: 

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

    Hi guys,

    which code should I add in the quick CSS to remove comment counts and dates from the post slider element & the Enfold Combo Widget within the blog page?

    See the page here:

    https://casateulada.com/activities/

    Thank you!

    Antonio

    PS: Basically, I don’t want the date and comments to show up anywhere…

    • This topic was modified 10 years, 1 month ago by abortolotti.
    #337249

    Hi Antonio!

    Please add following code to Quick CSS

    .slide-meta { display: none !important; }

    Regards,
    Yigit

    #337293

    Thanks Yigit!

    Works great. Any chance it can be applied to the Enfold Combo widget as well showing up within the page? Date can be still seen there.

    Thank you :)

    Antonio

    #337299

    Hey!

    Sure :) Please add following code to Quick CSS as well

    span.news-time {
    display: none;
    }

    Regards,
    Yigit

    #337519

    Super! thx!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove comments and dates on blog page post slider element’ is closed to new replies.