Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #689994

    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

    #690510

    Hi Pim,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #690617

    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

    • This reply was modified 8 years, 8 months ago by pimhs.
    #692200

    Hi,

    try to use this code inside Quick CSS field:

    .avia3-menu {
    display: none;
    }
    

    Best regards,
    Andy

    #692888

    Great! This works perfect. Thanks a lot. Regards, Pim

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to remove a displayed elsewhere widget from socket’ is closed to new replies.