Tagged: x
-
AuthorPosts
-
August 9, 2016 at 9:39 am #1123779
stuartleighbrayParticipantHi there,
I want to either make the pill outline around the navigation elements disappear or be without rounded corner. Can you please help.
My site is here:- http://www.cascadetesting.co.uk
Best regards
StuartAugust 9, 2016 at 10:32 am #1123866
ThaiModeratorHi Stuart,
To remove the border around the menu items, please add the following CSS under Customizer > Custom > Global CSS:
.x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border-color: transparent; }Hope it helps 🙂
August 11, 2016 at 6:47 am #1127059
stuartleighbrayParticipantThank You. Worded perfectly for making the border transparent. Any way to keep it visible but my it a square/oblong?
Best regards
August 11, 2016 at 7:02 am #1127073
John EzraMemberHi there,
Thanks for updating the thread! Pleas change the previous CSS to the following css:
.x-navbar .desktop .x-nav>li>a:hover>span, .x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border: 3px solid #ffffff; border-radius: 0px; }Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1123779 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
