CCS- need help with removing a colour in Wu Wui theme

  • Unknown's avatar

    Hello,

    I need help with my blog, forgive me I am very new to this. All of the hyperlinks were orange so I changed them over to a yellowish colour (colour: #9C9D3B). However when I move my mouse over the menu at the top (home, about, favourites) I see orange still (I believe it is {color:#d1d9dc}) . I have been going to the Wu Wei CCS code for over an hour and I can’t find where I would change this!!

    Thanks in advance.

    SM

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I checked http://sweetmapleblog.com/ and I see that you updated all the links to the yellowish color with this CSS:

    a:link,a:visited {
    color:#9C9D3B;
    text-decoration:none;
    }
    
    a:hover {
    color:#9C9D3B;
    }

    You can also adjust the lines above the menus to the same color with this CSS:

    .menu-main a:hover {
    border-color:#9C9D3B;
    }
    
    .menu-main li:hover > a {
    border-color:#9C9D3B;
    }
  • The topic ‘CCS- need help with removing a colour in Wu Wui theme’ is closed to new replies.