link's color change

  • Unknown's avatar

    Hi,
    I have changed the menu color with css but the actual links haven’t changed.I used this code for the menu and it is working
    #menu-primary a {
    color: #77787b;
    }
    How can change the actual link colors?
    I tried other codes for the links but they are not working this was one of them.
    .nav-menu li a {
    color: #77787b;
    }

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

  • Hi

    What’s the URL of the website you are working on?

    I took at look at rawanwabel.com and the links at the top of the page are all showing up as #77787b. I don’t see any drop-down links in the menu.

    If you have text-links inside the text of your page and you want to re-color them as well, you’d use the following CSS code.

    a {
    color: #77787b;
    }

    Hope this helps!

  • The topic ‘link's color change’ is closed to new replies.