Tagged: , , ,

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

    Hi! I have tried to remove the comment and post date from the blog page with this css
    .av-masonry-date {
    display: none !important;
    }
    but it did not work. Could you help me please? I am enclosing the link and all relevant information in the private content box.
    Thanks a lot!
    Nicole

    #1215219

    Hey NicoleVA,

    Please try the following in Quick CSS under Enfold->General Styling:

    .slide-meta-del, .slide-meta-time {
      display: none; 
    }

    Also make sure that you clear the cache from your hosting or plugin cache.

    Best regards,
    Rikard

    #1215759
    This reply has been marked as private.
    #1215908

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

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