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

    Hi Enfold team,

    I have tried to remove date from Masonry by adding this code that I found in other forum topic:

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

    But date is still there. I have also tried adding !Important in code, but without success.

    Could you please help me solving this?
    This is the page where you can see the problem: Photorealistic renders.

    Thanks.

    #979523

    Hey Milorad,
    Try this code in the General Styling > Quick CSS field:

    #top .av-masonry-entry .av-inner-masonry-content-pos-content .av-masonry-date {
    display: none !important;
    }

    I see that you are using a child theme, so if you add the css to your child theme style.css you may need to re-build your merged css by saving your theme settings.
    To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.
    Then clear you browser cache and check.

    Best regards,
    Mike

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