Tagged: x
-
AuthorPosts
-
December 28, 2016 at 7:47 pm #1307970
afitz10sParticipantHi,
Can you tell me how to remove the cursor when you hover over an item on the top navbar? I’m using Renew Stack…thanks
December 28, 2016 at 10:07 pm #1308075
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer;
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { cursor: none !important; }Thanks.
December 29, 2016 at 3:48 am #1308302
afitz10sParticipantSorry, I didn’t communicate that very well. Let me try again. I want to remove the bar the appears when you hover over a navbar item…please you photo…the Red bar under the word home. I just want the color to change on hover, but remove the bar. The above code removed my mouse cursor from showing up on the page when I hovered over a word.
December 29, 2016 at 4:13 am #1308325
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span { box-shadow: none; }Hope that helps.
December 29, 2016 at 6:50 am #1308421
afitz10sParticipantI got it working…thanks!
December 29, 2016 at 7:02 am #1308437
JoaoModeratorGlad to hear it 🙂
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1307970 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
