Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #708526

    Hi. Awesome theme with many features. Thank you.
    Ive googled how to remove the dates in Enfold from the blog main page and posts plus the footer blog widget and Ive tried several variations of the css you guys have provided over the last several years to other customers. None of them work for me.
    Has a recent update to the theme changed the css required to hide dates from posts sitewide? I also have dates unselected in the blog layout under theme settings but it has no effect. Please assist. I prefer a dateless blog style so the site never appears stale.

    #708613

    Hey wormwoody,

    Thank you for the kind words, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .slide-meta {
       display:none;
    }
    

    Best regards,
    Vinay

    #708697

    Hi Vinay,

    As I mentioned above I have tried that. I just added it again and it does not work for me.

    #708783

    Hi,

    Please try this as well:

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

    Best regards,
    Rikard

    #708937

    still no. Must have a plugin conflict or similar. Im going thru them one by one. Can you guys please take a look for me? I sent details in first private message.
    I also experience a bug when editing a text box on a page. I must switch it to code view and back again for anything to stick and save. If I edit a code box in front view only without doing this dance then it doesnt save the changes. Are you familiar with what could cause that?
    My old site version had a SIte Origin page builder and stuff that seems to be lingering perhaps? I dont know but I would like the dates off the blog and whole site for sure. I can deal with the other bug :)

    #709024

    Hi,

    I added !important to the code Vinay sent you and it’s working now, please review your site.

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

    Best regards,
    Rikard

    #709028

    Excellent work! Thank you. I’m very grateful! Keep up the good work team!

    #709054

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hiding Dates and Comments etc META?’ is closed to new replies.