Changing link colors in Truly Minimal theme
-
Hello,
How can I change the color of the links I add to my page?
My website is xitonly.com
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi poecydon,
There are a couple ways you could do this.
One is for each link you add you could setup the link then manually change it’s color in the editor.
http://en.support.wordpress.com/visual-editor/#text-colorIf you had the Custom Design add on you could also add a line of custom css code that would change it for all links across your blog.
http://en.support.wordpress.com/custom-design/The code would look something like this:
.entry-content a { color: <your color>; }Hope that helps.
-
-
- The topic ‘Changing link colors in Truly Minimal theme’ is closed to new replies.