Integrity Theme Remove Assets

Hello!
I wanted to remove the lines above and below the navigation.
I want only the words to be available no boundaries.

Hi Michael,

Please add this code in X > Theme Options > CSS:

.x-navbar {
    border: 0;
    box-shadow: none;
}

Here are some related links of the suggestions above for further reading:

Hope this helps.

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