Hi,
Can you tell me how to remove the random Privacy Policy link that is appearing above the sidebar on this new page?
Thanks,
Brian
Hi,
Can you give me an idea when someone can look at this, please?
Thanks,
Brian
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.sidebar li.page-item-4851 {
display: none;
}
Best regards,
Rikard
Thank you for that!
How do I line up the sidebar buttons with the top of the image on the main body of the page?
Like this: https://www.agcce.com/our-approach-to-csr/
Why is it adding that link? I just used the code from sidebar on the page above!
Thanks,
Brian
Hi Brian,
The sidebar buttons seem to line-up properly, as for removing the link, please try to add this CSS code:
.sidebar a:has(img) {
pointer-events: none;
}
Best regards,
Nikko