Tagged: navigation-menu-border
Hi, how do I remove the line above and below the navigation menu bar? Thanks
Hi Santhi,
To remove the line above and below the navigation menu bar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access { border: 0 none; }
Thank you!
Hi, also wondering if it is possible just to remove the line below and still keep the line on the top?
Remove previous CSS code and paste below CSS code.
#access { border-bottom: 0 none; }
Hi, it works! thank you 🙂
Ok that’s great Santhi Wijaya