Home › Community Forums › Epik Theme Support › How to change link color in text widget? › Reply To: How to change link color in text widget?
February 28, 2015 at 9:48 pm
#15214

Customer
On line 194 in your css the default color is set at #000 –
a {
color: #000;
font-weight: 400;
text-decoration: none;
}
Is that what you want? If not, you can change that part and the links all over your site will change. For example, if you change it to #8b0000 then it will change the link that you have listed under the widget labeled “Ceiling Fans” to burgundy/red like you have everywhere else.
Are you trying to adjust the color of your bolded text as well? If so just let me know since that is a separate set of code.