Reply To: How to change link color in text widget?

Homepage Community Forums Epik Theme Support How to change link color in text widget? Reply To: How to change link color in text widget?

#15214
Jason M
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.