Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #889213
    Lance B
    Participant

    I used the css you posted to remove the underlines and arrows next to menu items on hover in Renew. That’s great, but there is still a space where the arrows would be – is there a way to remove that space? Thank you. You can see it at advancedbiology.com

    #889805
    Christopher
    Moderator

    Hi there,

    Please find this code :

    .x-navbar .desktop .x-nav li>a>span:after {
        content: "";
    }

    And update it to :

    .x-navbar .desktop .x-nav li>a>span:after {
        content: "";
        margin-left: 0;
    }

    In regards with underline, I can’t find which space you’re referring to, so please provide us with screen shot to clarify.

    Hope it helps.

    #890824
    Lance B
    Participant

    That did it!

    #891187
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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