I’m using 2 custom menu’s plus 1 recent posts widgets by the category displayed elsewhere. This works fine for me, but now the point is that i would like to delete one of the custom menu’s which is continuously visible in the socket (under the copyright line). I already removed this widget (for testing purposes) from the the displayed elsewhere field, but in the socket the menu doesn’t disappear. How to fix this?
Regards, Pim
Hi Pim,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
By here a link for an example in the private data content field. The exact page doesn’t matter cause the socket is displayed on every page. It’s about the menu (with our computer courses) displayed under the copyright line.
Regards, Pim
Hi,
try to use this code inside Quick CSS field:
.avia3-menu {
display: none;
}
Best regards,
Andy
Great! This works perfect. Thanks a lot. Regards, Pim