Click here to assign menu

Home Forums Gillion Theme Click here to assign menu

Home Forums Gillion Theme Click here to assign menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • DonnaGHahn
    Participant

    How do you delete Click Here to Assign Menu for the Gillion theme which is showing up in my Header of my website? My header is not associated with a menu but I can’t get that text to disappear. I’ve spent days on this. Please help. None of the forums address this specifically.

    Attachments:
    You must be logged in to view attached files.

    Hi @DonnaGHahn,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    nav#header-navigation {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)