Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1079759

    Hi.

    I am using the Avia Layout Builder and have used the Blog Post element on a page.
    I want to stop displaying the Blog Meta Elements and I have used the following CSS, but it still displays:

    .post-meta-infos{
    display: none;
    }

    I have also tried:

    .post-meta-infos{
    display: none !important;
    }

    Neither work.

    Regards
    Iain

    #1079761

    Never mind.
    I used this CSS and it worked:

    span.post-meta-infos { display: none !important; }

    #1080695

    Hi,

    Great, I’m glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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