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 wrestlingrambles.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 wrestlingrambles.com.
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;
}
This topic has been closed to new replies.