Tagged: x
-
AuthorPosts
-
July 17, 2016 at 7:26 am #1090573
yhshin1020ParticipantHey,
I’m using the icon theme for X.
Currently, when i hover over the nav items on the header, it creates an outline on the item.
I want it such that there is no outline, and the text turns from black to grey upon mouse hover.
Is this possible?
July 17, 2016 at 7:26 am #1090574
yhshin1020ParticipantThis reply has been marked as private.July 17, 2016 at 7:31 am #1090576
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none; } .x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { color: #efefef; }Hope that helps.
July 17, 2016 at 7:55 am #1090585
yhshin1020ParticipantHey,
It did not seem to work.
Could you check again?
July 17, 2016 at 8:03 am #1090591
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.x-navbar .desktop .x-nav>li>a>span { border: none !important; color: #dad6d6 !important; }Let us know how this goes!
July 17, 2016 at 9:03 am #1090632
yhshin1020ParticipantHey,
how do i make it so that the text turns black when the mouse is hovered?
thanks
July 17, 2016 at 9:45 am #1090671
ThaiModeratorHi There,
Please also add this CSS:
.x-navbar .desktop .x-nav>li>a>span:hover { color: #000 !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1090573 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
