Link colours in my Text

  • Unknown's avatar

    Hi!
    When I write a blog (theme Mixfolio) I would like the text, wich is linked, in a differnet colour. So Poeple can see better what word has a link. Now everything is in the same colour. Only if you go over the Word with the cursor poeple can see the difference.
    Any Ideas? Please dont tell me to change something in the CSS, I don’t know how to do that and I don’t think I want to learn it by now :-)
    Thanks for your help!
    Katrin Klug

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

  • Unknown's avatar

    Hi Katrin,

    You can do this with CSS, but you don’t need to really learn anything. Just go to Appearance → Customize → CSS and copy/paste the following into the CSS editor:

    .entry-content a {
    	color: CSS_COLOR_VALUE;
    }

    As for the color, choose a color from here:

    http://www.w3schools.com/tags/ref_colorpicker.asp

    And enter that where it says CSS_COLOR_VALUE, please don’t forget the # in front of the color value.

    Cheers!

  • The topic ‘Link colours in my Text’ is closed to new replies.