Tagged: x
-
AuthorPosts
-
February 14, 2017 at 8:12 am #1370455
bryan1976ParticipantHi,
I am trying to set my ubermenu submenu font colours to:
Links #ffffff
Links hover rgb(212, 212, 212)This should then match the navbar settings in customiser.
The page is here: https://headphonic.co.uk submenu parent is ‘PRODUCTS’
Many thanks,
Bryan
February 14, 2017 at 9:22 am #1370528
RupokMemberHi Bryan,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.ubermenu .ubermenu-submenu .ubermenu-item .ubermenu-target .ubermenu-target-title { color: #fff; } .ubermenu .ubermenu-submenu .ubermenu-item .ubermenu-target:hover .ubermenu-target-title { color: rgb(212, 212, 212); }Hope this helps.
Cheers!
February 14, 2017 at 9:35 am #1370540
bryan1976ParticipantAwesome thanks Rupok!!
Also, do you know how to remove the blue box that shows around navbar links as you see on the attached screenshot?
Thanks,
Bryan
February 14, 2017 at 10:22 am #1370613
ThaiModeratorHi There,
Try adding the following CSS under Customizer > Custom > Edit Global CSS:
a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus { outline: none !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370455 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
