[Links visible only for registered users] 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
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; }