Tagged: x Author Posts April 24, 2016 at 1:22 pm #897620 Chris StovallParticipant 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. April 25, 2016 at 2:27 am #898206 Rue NelModerator 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. April 25, 2016 at 12:37 pm #898969 Chris StovallParticipant That got it. Thanks a ton! April 25, 2016 at 11:12 pm #899666 Prasant RaiModerator You are most welcome. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-897620 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In