Thin line between menu bar and slide

I just inserted a slider below the main menu bar. There appears to be a 1 px grey line, which you can see by accessing the link below.I’m not sure if it’s the divider for the menu bar or something from the slider settings. Can you help me narrow this down? Thank you!

http://umanityx.com/

Hello Bryan,

Thanks for writing in! By default, there is a border in the navbar. To get rid of the grey line, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.masthead .x-navbar {
    border: none;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.