Home / Forums / WoodMart support forum / problem hiding dates in all web content
Home › Forums › WoodMart support forum › problem hiding dates in all web content
problem hiding dates in all web content
- This topic has 7 replies, 2 voices, and was last updated 6 years ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 24, 2019 at 10:33 am #152105
santiagosagradoParticipantHello
I want to hide the date in the whole website (posts, carousels, lists etc). I’ve been looking in the forum and found a topic that talks about it in which you reply that you have to add the following code in the Custom CSS tab
body .blog-post-loop .post-date {
display:none;
}I’ve tried it and it works perfect except on a post page.
Can you help me?
Thanks in advance
October 24, 2019 at 2:13 pm #152165
Aizaz Imtiaz AwanKeymasterHello,
You can use the below CSS code in your global custom CSS area under theme settings to hide the date from the post page:
.post-single-page .post-date { display:none; }Best Regards.
October 24, 2019 at 2:51 pm #152174
santiagosagradoParticipantIt works perfectly!
Thank you
please, one last plea for help.
can you tell me the CSS code to hide also “Posted by Author” ?
once again, thank you very much
October 25, 2019 at 6:49 am #152307
Aizaz Imtiaz AwanKeymasterMost Welcome,
To hide the “Posted by Author” you can use the below CSS code in your global custom CSS area under theme settings:
For the post page:
.post-single-page .meta-author{ display:none; }For the blog page:
body .blog-post-loop .woodmart-entry-meta .meta-author{ display:none; }Best Regards.
October 25, 2019 at 7:04 am #152309
santiagosagradoParticipantworks perfectly!
Thanks again. But the comment counter still appears and the share icon (I attach a box for you to see) thought it was part of “Posted by Author”.
Please, another wonderful CSS code? 🙂
Thanks again and I promise not to bother you anymore.
Thanks again
Attachments:
You must be logged in to view attached files.October 25, 2019 at 10:32 am #152342
Aizaz Imtiaz AwanKeymasterMost Welcome,
To hide the comment counter you can use the below CSS code in your global custom CSS area under theme settings:
body .blog-post-loop .woodmart-entry-meta .meta-reply{ display:none; }And to hide the share icons from blog page you can use this CSS code:
body .blog-post-loop .hovered-social-icons{ display:none; }To hide the share buttons from the single post page you can disable the “Share buttons” option from Theme Settings >> BLOG
Screenshot for clarification: https://jmp.sh/aiaOt78
Best Regards.
October 25, 2019 at 1:39 pm #152394
santiagosagradoParticipantThanks!!!!!!!!
October 25, 2019 at 1:40 pm #152395
Aizaz Imtiaz AwanKeymasterMost Welcome
:-)If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day:-)Topic Closed.
Best Regards. -
AuthorPosts
Tagged: hide date
The topic ‘problem hiding dates in all web content’ is closed to new replies.
- You must be logged in to create new topics. Login / Register