My hyperlinks are currently black and I want to change the color. How do I do this? My URL is www.AnitaAshland.com. Thank you or your help. And for this great theme. I enjoy using it.
Hi @aashland,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page .entry-title a,
#page .entry-meta a,
#page .entry-content a{color: #db4747;}
#page .entry-title a:hover,
#page .entry-meta a:hover,
#page .entry-content a:hover{color: #000;}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best Regards,
Movin