Hello support,
Please could you advise as to how I can exclude a page id (or post id) from the magazine element.
Thanks in advance.
Hi Wils1234!
You can add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-entry-id-1 {
display: none;
}
You can inspect elements on the post and find its ID – http://i.imgur.com/NIgpcTT.png
Best regards,
Yigit