Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1135888
    gormulent
    Participant

    Hello folks,

    There is a hyperlink in the footer that says “ASSIGN A MENU” that links to the wordpress login. Is there an option somewhere to remove this link? I’d really rather not have that publicly accessible.

    Looks like I can disable it with the following css:

    .x-nav {
    display: none;
    }

    However, I’m not sure if x-nav is used elsewhere in the theme without digging into the code. Is there a reason this is public?

    The very best,
    -Kevin

    #1136232
    Prasant Rai
    Moderator

    Hello Kevin,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1145419
    gormulent
    Participant
    #1145947
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-colophon.bottom .x-nav {
        display: none !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1135888 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>