Getting rid of thin lines surrounding navigation menu and widgets

  • Unknown's avatar

    Hi, I’m trying to get rid of the thin lines outlining the navigation menu, photos on pages, and widgets on the blog from my website. I think it is because the background is black, as they are very light lines and probably would not be visible with a different colour background. Is there CSS customization that would allow me to do that?

    Thanks, if you need to see the blog I can make it public.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see you have added some lines above the menu items with Custom CSS, and gotten rid of the existing lines above and below the menu with the following CSS.

    .navigation-main {
        border: 0 none;
    }
  • Unknown's avatar

    Let me know if you need further assistance with this or anything else.

  • The topic ‘Getting rid of thin lines surrounding navigation menu and widgets’ is closed to new replies.