Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260932

    Hi- I would like to take out the white line in the secondary menu at the very top of my site to the left of the “login” text, but keep the one between “get a quote” and “contact.”

    http://162.243.199.220/news-insights/

    I added this css, but I think I need to be more specific. When I added the correct class to it, that didn’t work, either.

    #menu-item-61{
    border-left: none;
    }

    Thanks for your help!
    Angie

    #260936

    Hi Angiec13!

    Please add following code to Quick CSS instead

    li#menu-item-62 {
    border-right: none!important;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.