• Resolved mdeclement

    (@mdeclement)


    I have created a menu, and I am trying to remove the links in the header. I can change their color, but can’t find anywhere to remove them, so now I have 2 menus. I want to remove the red links on my homepage. I have tried creating a “blank” menu and put it in the primary location, it just puts the whole red menu there. If I put one item in the “blank” primary menu then just that item shows up, but I can’t make it go away all together.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey @mdeclement

    Can you check your site’s URL? I tried to visit it to see what might be wrong, but it appears that the domain revolutionnmr.com does not exist.

    Thread Starter mdeclement

    (@mdeclement)

    Thanks for the info. We were down but I have gotten it back up.

    Hey @mdeclement

    I’m sorry, but I’m still not able to access the site at https://www.revolutionnmr.com

    Can you double-check if that’s the right URL?

    • This reply was modified 4 years, 1 month ago by Senff.
    Thread Starter mdeclement

    (@mdeclement)

    Well, I have spent several hours with our hosting company. And as of right now, the site is up. I remain hopeful. The website is revolutionnmr.com

    Thanks

    Senff

    (@senff)

    Hey @mdeclement

    I can see your site now. ??

    The red links show when you don’t set any menu as the Primary Menu. To remove them, you can use some CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    #site-navigation {
      display: none;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter mdeclement

    (@mdeclement)

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Links from Header’ is closed to new replies.