- This topic has 1 reply, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Change link color of sidebar
Hi support,
How can I change the link color from sidebar widget? Screenshot: http://prntscr.com/am1274
Regards,
In style.css change color in the following code
.entry-title a, .sidebar .widget-title a {
color: #444;
}
For only changing link for sidebar contents, then add following code under the above code
.sidebar .widget-title a {
color: #444;
}