• Resolved Peter

    (@petermboston)


    Hi,
    I’m trying to change the color of the links in this site from same as surrounding text to typical hyperlink blue. I can’t find where in style.css this is done for ths theme.

    This page has the same-color links I’d like to change to blue, http://clearskinblemishes.com/obagi-tretinoin/

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser. As you are using a non-WPORG theme, you need to seek any further support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

    Thread Starter Peter

    (@petermboston)

    Gazette, not Genesis. My mistake.
    Thanks, Firebug didn’t isolate it. Apparently because I purchased a PLR version I don’t have forum rights at Woo. But thanks for response.

    Thread Starter Peter

    (@petermboston)

    I did figure this out.

    In style.css – change 000000 to desired color.

    a{
    color: #000000;
    text-decoration: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Change HTML for Hyperlink Color in WooTheme Genesis’ is closed to new replies.