As the title reads, looking to do so for both these pages:
“Services” section
y8s.5a5.myftpupload.com/
Services section again here:
y8s.5a5.myftpupload.com/services
DONT WANT THE DATE STAMP TO BE REMOVED FROM BLOG SECTIONS
Hey mbesh,
Add this to quick css:
.slide-meta{
display:none!important;
}
Best regards,
Jordan Shannon
Nope, like I mentioned, I don’t want it to remove date from the “blog” section posts on the home page. Just the “services” sections as mentioned in the first post.
Hi,
Thank you for the update.
Have you tried applying a custom css class name or ID to the element where you need the date hidden? You can then prepend the custom class name or ID in the css that Jordan provided above.
.your-custom-css-class-name .slide-meta{
display:none!important;
}
Best regards,
Ismael