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

    Hi!

    I have a magazine element on my blog page, which I would like to remove from page 2 onward. Is this possible?

    [Edit: In the meantime I have removed the magazine element from my blog layout. I will use it again, so I’d still like to know if it is possible to have it only on page 1.]

    Best regards
    Poirot

    #711403

    Hey Poirot,

    Try adding this code to Quick CSS(located in Enfold > General Styling):

    .paged .av-magazine {
      display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #713204

    Hi Nikko,

    It helps, thanks Nikko :)

    Best regards,
    Poirot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove magazine element from blog page 2,3,4,…’ is closed to new replies.