Tagged: x
-
AuthorPosts
-
August 14, 2016 at 4:39 pm #1131038
GreenWorksStudioParticipantHi,
I’ve tried every code I could find in this forum for that issue, but the border doesn’t go away.
I’m using Icon. I tried making it transparent, even white (the bg is white), I tried making it 0px, adding !important, nothing worked. I copy-pasted the codes from the threads.
This is the site: http://torteli.co and any other page than the homepage has the top navigation – that’s what I’m trying to change.
Could you pls help?
August 14, 2016 at 9:37 pm #1131303
Rue NelModeratorHello There,
Thanks for writing in! DO you want to remove the rounded border in your menu item when you hover it? If that’s the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span, .x-navbar .desktop .x-nav>li>a:hover>span { border-color: transparent !important; }Hope this helps. Please let us know how it goes.
August 15, 2016 at 2:18 am #1131486
GreenWorksStudioParticipantHi Rue,
Unfortunately this didn’t do anything. Yes, I’m looking to remove the border on hover and also on active (I just want no border at all).
Any other ideas?
August 15, 2016 at 2:38 am #1131505
RupokMemberHi there,
Let’s try this CSS :
.x-navbar .desktop .x-nav > li > a > span, .x-navbar .desktop .x-nav > li > a:hover > span { border: medium none !important; }Hope this helps.
August 15, 2016 at 4:01 am #1131587
GreenWorksStudioParticipantOMG, that worked!!! Thank you! 🙂
August 15, 2016 at 4:51 am #1131637
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1131038 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
