Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370455
    bryan1976
    Participant

    Hi,

    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

    #1370528
    Rupok
    Member

    Hi 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!

    #1370540
    bryan1976
    Participant

    Awesome 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

    #1370613
    Thai
    Moderator

    Hi 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.

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