Removing Blue Line Under Menu

http://alt.harlemint.com/ is the site. 

There is a thin blue line right under the menu that I can't seem to remove. I tried editing the CSS based on what I saw in the forms but still not working. Where is this line controlled and how can I remove it?

Comments

  • Hi,

    this line can be controlled under Theme options > Custom CSS & JS > Custom CSS section where the following css is:
    #Top_bar:after { background: #74c5f3; content: ""; display: block; height: 4px; left: 0; position: absolute; width: 100%; z-index: 21; }
Sign In or Register to comment.