Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #897620
    Chris Stovall
    Participant

    I have some icons in place in the top navigation bar. They are too small by default.

    Before the update this code was working.

    .larger-font {
    	font-size: 175% !important;
    	position:relative;
    	top:-6px;
    }

    Home

    Please tell me how to correct this.

    #898206
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The code is not working because a certain css overrides it because of the css selector hierarchy. I would recommend using this code instead:

    .x-navbar .desktop .x-nav .larger-font a {
    	font-size: 175% !important;
    	position:relative;
    	top:-6px;
    }

    Hope this helps.

    #898969
    Chris Stovall
    Participant

    That got it. Thanks a ton!

    #899666
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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