Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311587
    wbgTHEMECO
    Participant

    Do I configure the submen background color, font color, hover states for both background and font colors within the customizer or by adding in global css?

    thanks

    #1311608
    Thai
    Moderator

    Hi There,

    You can add the following CSS under Customizer > Custom > Global CSS:

    .desktop .sub-menu {
        background-color: #000
    }
    .x-navbar .desktop .sub-menu a {
        color: #fff;
    }
    .x-navbar .desktop .sub-menu a:hover {
        color: #9e8888;
        background-color: #423f3f;
    }

    Hope it helps 🙂

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