Tagged: x
-
AuthorPosts
-
February 3, 2017 at 12:52 pm #1357063
ArnsParticipantHi there,
I want to make the accent of the menu and search bigger. How is that possible?
I tried to do it like this, but it does not look nice:
.x-navbar .x-nav > .menu-item-3897 > a:hover { border-bottom: 5px solid rgb(2,174,214) !important; }And I want to have it for all menu points…
Regards,
Christian
February 3, 2017 at 12:52 pm #1357065
ArnsParticipantThis reply has been marked as private.February 3, 2017 at 9:07 pm #1357567
Rue NelModeratorHello There,
Thanks for writing in! Do you want something like this?

You can make use of this code:
.x-navbar .x-nav > .x-menu-item-search > a:hover { border-bottom: 5px solid rgb(2,174,214) !important; }For individual menu items, the code in your original post should work using the class selector
.menu-item-{ID#}. To find out the id number for each menu item, please check it here: https://community.theme.co/forums/topic/single-menu-item-border/#post-736647Hope this helps.
February 3, 2017 at 9:07 pm #1357568
Rue NelModeratorHello There,
Thanks for writing in! Do you want something like this?

You can make use of this code:
.x-navbar .x-nav > .x-menu-item-search > a:hover { border-bottom: 5px solid rgb(2,174,214) !important; }For individual menu items, the code in your original post should work using the class selector
.menu-item-{ID#}. To find out the id number for each menu item, please check it here: https://community.theme.co/forums/topic/single-menu-item-border/#post-736647Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1357063 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
