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
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
Hi Nikko,
It helps, thanks Nikko :)
Best regards,
Poirot