¿How can I change the color of the links inside the articles?

  • Unknown's avatar

    I can’t change the color of the links inside my articles even though I have purchased the design upgrade.
    This is the reason why I purchased the upgrade, I don’t like the pink color my theme sets in the links, the design upgrade doesn’t allow to change it?

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

  • Unknown's avatar

    As mentioned in your other support request in the public forums, this can be accomplished by using the following CSS:

    .entry-content a {
        color: #00ff00; /* Use your own color here */
    }

    Just add this to Appearance -> Customize -> CSS. Replace the #00ff00 with the hex code of the color you would like the links to be. Here’s a quick reference guide for hex code colors:

    http://www.colorhexa.com/

    Let me know if you have any additional questions!

  • The topic ‘¿How can I change the color of the links inside the articles?’ is closed to new replies.