Link Color
-
Hey, I’m now using ”Mixfolio” theme, I want to know how to change the link color from blue to red please.
Help gratefully appreciated.
The blog I need help with is: (visible only to logged in users)
-
The first bit is the non-hover color and the second is the hover color. Edit colors as desired.
a { color: #2A85E8; } a:hover { color: #11639D; }The twitter widget title is also a link and is the blue color and will change with the above (red on red). Add the following and then you can control the twitter widget title color separately.
.widget_twitter h1.widget-title a { color: #2A85E8; }
- The topic ‘Link Color’ is closed to new replies.