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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.