Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848754

    drjeff007
    Participant

    Hi,

    On the bottom of my post pages it says, “Assign a Menu”.

    I’m trying to get rid of it but can’t see where.

    Cheers!

    #848930

    Darshana
    Moderator

    Hi there,

    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.

    #849314

    drjeff007
    Participant
    #849347

    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > CSS:

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

    Hope it helps 🙂