Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195811
    VeritasMarketing
    Participant

    hello, i was wondering if there is a way to change the color of the menu text on the inside pages of my site and not the homepage? i have a full slider and white works on the homepage but not on the other pages.

    Thanks

    #1195890
    Christian
    Moderator

    Hey there,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1195920
    VeritasMarketing
    Participant
    This reply has been marked as private.
    #1196016
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL. To change the menu text color only on inner pages just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    body:not(.home) .x-navbar .desktop .x-nav > li > a > span {
        color: red !important;
    }

    Let us know how this goes!

    #1196025
    VeritasMarketing
    Participant

    Awesome, that works. But what about the hover color?

    #1196108
    Joao
    Moderator

    Hi There,

    Add the following code for the hover color:

    body:not(.home) .x-navbar .desktop .x-nav > li > a > span:hover {
        color: blue !important;
    }

    Hope it helps

    Joao

    #1196121
    VeritasMarketing
    Participant

    Thanks a million

    #1196135
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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