• Resolved Brian

    (@gophumek)


    I would like to know how to change the link color from red to something else.

    I have some pages that are directories filled with links and that’s a massive amount of red I’d rather not have.

    Thanks,
    Brian

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you post a link to your site, someone can likely look at your CSS and offer help. Alternatively, try using Firebug to identify the CSS code applying that color to your links.

    Try adding this into your custom CSS or child-theme CSS; or if you have Jetpack installed, go to Appearance –> Edit CSS:

    a { color: #f00; } /* Change color of links */

    You can use http://www.colorpicker.com/ or something similar to pick out the color you want.

    Thread Starter Brian

    (@gophumek)

    Thanks WPyogi and Digilodger. I appreciate your quick replies. Looks like that CSS worked. Now I only have one problem, trying to make just the right choice of color. So many colors to choose from.

    Thanks!!!

    If you wanted to see what site I am working on, you can visit PizzaSpotz.com.

    Thanks again,
    Brian

    Thread Starter Brian

    (@gophumek)

    Resolved. Thanks y’all!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Link Color’ is closed to new replies.