Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1187089
    Scott T
    Participant

    First off, the fact that there are no controls in the customizer for this is just friggin stupid!

    I feel better now.

    I’ve added this to my master css and it has absolutely no affect on the dropdown for Our Areas. What’s the point of a dropdown menu if it can’t be seen? http://californiaoptionsrealestate.com/

    .x-navbar .sub-menu {
        background-color: #fff;
    }
    .x-navbar .sub-menu a:hover {
        background-color: #fafafa;
    }
    #1187425
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    I could see that this code below is existing that is why your code above is not working well. Remove it so that your code will work well

    .x-navbar, .x-navbar .sub-menu {
        background-color: hsla(210,29%,24%,0) !important;
    }

    Let us know how it goes.

    Thanks.

    #1188136
    Scott T
    Participant

    I’m not sure what you are seeing but I have only added the following CSS to any .x-navbar

    .x-navbar .desktop .x-nav > li > a > span {
        border: 0 solid transparent;
        border-radius: 100em;
        padding: 0.875em 1.25em;
    }
    .x-navbar .sub-menu {
        background-color: #ffffff;
    }
    .x-navbar .sub-menu a:hover {
        background-color: #fafafa;
    }
    #1188188
    Joao
    Moderator

    Hi There,

    As Nico I could spot the code and as it has an !important we need to find it.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1188428
    Scott T
    Participant
    This reply has been marked as private.
    #1188508
    Jade
    Moderator

    Hi Scott,

    I have went ahead and fixed the issue.

    .x-navbar .sub-menu {
        background-color: #ffffff !important;
    }

    Cheers!

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