Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202258
    VeritasMarketing
    Participant

    im getting close to finishing but im have trouble with a few things.

    how can i change the text color of the dropdown menu on the inside pages only?
    right now they dont show up because the default for the main is white.

    Thanks

    #1202259
    VeritasMarketing
    Participant
    This reply has been marked as private.
    #1202311
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .home .x-navbar .desktop .sub-menu a {
        color: #fff !important;
    }
    
    .sub-menu a {
        color: #808080 !important;
    }

    Thanks.

    #1202317
    VeritasMarketing
    Participant

    Thanks, its all confused now thought. i want the front page to have a transparent background with white text and blue roll over, and on the inside pages have a solid white background with blue text.

    Thanks sorry for the confusion.

    #1202331
    VeritasMarketing
    Participant

    Also is there a way to make the background that shows up behind the menu on scroll white on the inside pages?

    #1202650
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    body:not(.home) .x-navbar .desktop .sub-menu {
        background-color: #fff;
    }
    
    body:not(.home) .x-navbar .desktop .sub-menu a:hover {
        color: #0076c0 !important;
    }

    Hope this helps.

    #1203435
    VeritasMarketing
    Participant

    Thanks that works, did you see my second question?
    is there a way to make the background that shows up behind the menu on scroll white on the inside pages?

    #1203494
    Thai
    Moderator

    Hi There,

    Please add the following CSS also:

    body:not(.home) .x-navbar.x-navbar-fixed-top {
        background-color: #fff !important;
    }

    Hope it helps 🙂

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