Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1275318

    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

    #1275392

    Hey mbesh,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1276349

    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.

    #1277261

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.