• Okay my website is https://www.aussiemoneyadvance.com I am trying to change the style of the main menu but I’m stuck.

    How I have the hover side of the menu I am happy with. When I hover on menu I want white text with the blue background which I’ve done.

    But when your not on hover I want white background (which I’ve done) but blue text on non hover. so basically I’ve got everything I want except blue menu text when not on hover. can anyone help me?

Viewing 1 replies (of 1 total)
  • Thread Starter IncomeWired

    (@incomewired)

    I have tried every code I can find online nothing is working

    My style.css is #site-navigation li a {
    color: #000033;
    padding: 10px 15px;
    display: inline-block;
    text-shadow: 0px 0px 0 #000;
    text-decoration: none;
    width: 100%;
    font-size:18px;color:#1E8CBE;
    }

    #site-navigation li:hover {
    background: #1E8CBE;
    }

    I would think I should just be able to add color: #FFFFFF to the li:hover but its just not working

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Gridiculous] make menu text colour different to hover text colour’ is closed to new replies.