Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366174
    kenyamawusi99
    Participant

    Hi:

    I would like to change the text color (to white, hover: #ef3d41)for the nav bar on my home page only. Is that possible?

    #1366177
    kenyamawusi99
    Participant
    This reply has been marked as private.
    #1366287
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .home .x-navbar .desktop .x-nav > li > a > span {
    
        color: white;
    }
    .home  .x-navbar .desktop .x-nav > li > a > span:hover {
        color:  #ef3d41;
    }

    Hope it helps

    Joao

    #1366388
    kenyamawusi99
    Participant

    It didn’t work. I’m not sure if something else is hindering it, but is there something else I can try? Can you take a look at my site, please?

    Thank you

    #1366707
    Friech
    Moderator

    Hi There,

    Add the given css code on top of your custom CSS. It should work.

    Then check your entire custom CSS here: http://csslint.net/ and address all the errors.

    Thanks,

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