Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #215362

    Hey guys,

    Is there a way to remove the blog ‘posted on’ dates from all the places they appear? Such as in the ‘Recent Posts’ widget, the blog roll, the Avia blog posts section, etc.

    Thanks,
    Tom

    #215380
    #215386

    Hey Yigit,

    Thanks for the quick response. That change removed the date in the blog roll, but it did not remove the dates from the Recent Posts widget, the Avia Blog Posts sections, etc. Is there a way to remove the dates from those areas as well?

    Thanks,
    Tom

    #215399

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-meta, .news-time { display: none; }

    This should remove all the remaining dates from your website

    Regards,
    Yigit

    #215570
    This reply has been marked as private.
    #215940

    Hi!

    You can add a margin to the read more link – add following css code to the quick css field and increase/decrease the margin value if necessary:

    
    .slide-entry-excerpt .read-more-link{ margin-top: 10px; }
    

    Regards,
    Peter

    #215951

    That worked, thanks Dude!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing post dates’ is closed to new replies.