Remove line between header and menu

I tried many things, but anyone worked for removing the border between the header and the menu.

http://vital.ad/contacte/

Please help and ideas,

Hi Albert,

We can remove it by using the following CSS:

.x-logobar {
    border-bottom: none;
}

You may add it on Theme Options > Global CSS.
The following resources might help:

1 Like

Exactly! Thank you!

You’re most welcome!

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