Keep drown menu links white and yellow on hove

This topic has 9 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: hostpuppies
    hostpuppies
    Participant
    September 28, 2015 at 18:24

    Is thee a css code to make my menu links on drop down menu white and yellow on hover? For some reason they are still gold.

    http://mydevdev.com/arriba/welcome

    Notice that under the home menu the links are not transforming. I just want to make sure they are white and yello on hover.

    thanks.

    8 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 28, 2015 at 19:00

    Hello,

    We can’t visit your site, get error ‘Server not found’.

    Regards,
    Robert Hall.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 28, 2015 at 20:08
    Avatar: hostpuppies
    hostpuppies
    Participant
    September 28, 2015 at 22:19
    Avatar: stan
    Stan Russell
    Participant
    September 29, 2015 at 09:50

    Hello hostpuppies,

    please use following css code:

    .menu .nav-sublist-dropdown ul > li > a{
      color:white;
    }
    .menu .nav-sublist-dropdown ul > li > a:hover{
      color:yellow!important;
    }

    Regards,
    Stan Russell.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 29, 2015 at 20:33

    No. didnt work. No bueno brotha. ASNy other css?

    Avatar: stan
    Stan Russell
    Participant
    September 30, 2015 at 08:54

    Hello,

    please use this code instead:

    .menu .nav-sublist-dropdown ul > li > a{
      color:white!important;
    }
    .menu .nav-sublist-dropdown ul > li > a:hover{
      color:yellow!important;
    }

    If this will not help – please provide us with admin credentials for your site in private content.

    Regards,
    Stan Russell.

    Avatar: hostpuppies
    hostpuppies
    Participant
    September 30, 2015 at 18:34

    perfect. thanks again

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 30, 2015 at 18:40

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.