Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1357063
    Arns
    Participant

    Hi 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

    #1357065
    Arns
    Participant
    This reply has been marked as private.
    #1357567
    Rue Nel
    Moderator

    Hello 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-736647

    Hope this helps.

    #1357568
    Rue Nel
    Moderator

    Hello 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-736647

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1357063 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>