• Resolved paulgian

    (@paulgian)


    Hi,

    I am running a twenty eleven theme on my wordpress site that i use to show case diamond engagement rings.

    http://onlinediamondbuyingguide.com/photos/

    Currently, the default color used in the texts for hyperlinks is like a turquoise/teal kind of color. Can anyone help with which links of code that I could tweak and play around with to change the color of the hyperlinks?

    Let’s say I want to tentatively change it to a deep blue color, how do I do that?

    Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    Hi Paul,

    Just modify line 481 of your style.css file:

    a {
        color: #1982D1;
        text-decoration: none;
    }

    which handles the color of your links. Modifying this will affect all links on your site.

    If you want to change only the links within your posts but keep the others as is, add this at the end of your css file:

    .entry-content p a {
        color: red;
    }
    Thread Starter paulgian

    (@paulgian)

    that helped alot. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Hyperlink Color Within Posts’ is closed to new replies.