-
AuthorPosts
-
November 5, 2016 at 4:49 am #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.November 5, 2016 at 9:03 am #708613Hey 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,
VinayNovember 5, 2016 at 3:01 pm #708697Hi Vinay,
As I mentioned above I have tried that. I just added it again and it does not work for me.
November 6, 2016 at 7:20 am #708783Hi,
Please try this as well:
span.news-time { display:none !important; }
Best regards,
RikardNovember 6, 2016 at 7:54 pm #708937still 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 :)November 7, 2016 at 6:04 am #709024Hi,
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,
RikardNovember 7, 2016 at 6:13 am #709028Excellent work! Thank you. I’m very grateful! Keep up the good work team!
November 7, 2016 at 7:37 am #709054 -
AuthorPosts
- The topic ‘Hiding Dates and Comments etc META?’ is closed to new replies.