Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1305134

    hello i need to

    1.- to hide the date on the blog area

    in the quick css i put this

    .home .av-masonry-date {
    display: none !important;
    }

    .av-masonry-date {
    display: none !important;
    }

    but it still show the date
    2.- that shows more posts in the blog area , so can not be so big the image

    in the quick css i put this

    #1305364

    Hey saludesencial,

    Please try this CSS instead:

    .slide-entry .slide-meta {
      display: none; 
    }

    Best regards,
    Rikard

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