Tagged: x Author Posts October 27, 2016 at 9:30 am #1233209 Lauralou11Participant Hi, How to I change the colour that underlines each button in nav bar menu. See screenshot attached, the small line of blue? Thanks, Laura October 27, 2016 at 10:42 am #1233336 JoaoModerator Hi There, Please add the following code to Appereance > Customizer > CUstom > CSS .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: 0 2px 0 0 #6190a2; } Change #6190a2 for the desired color Hope it helps, Joao October 27, 2016 at 10:52 am #1233349 Lauralou11Participant Thank you so much. And is there a different code to include the for the blue outline border, as in screenshot attached? Thanks October 27, 2016 at 12:57 pm #1233536 JoaoModerator Hi There, Please add the following code instead: .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a, .x-navbar .desktop .x-nav>li:first-child>a { box-shadow: none; border: solid 2px blue; } Hope it helps Joao Author Posts <script> jQuery(function($){ $("#no-reply-1233209 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In