Hey there!
I need to change the color of the text link that appears in my twitter widget, from the deafult color to another one (only for twitter)..
Unfortunetely i'm not able to use css, can you tell me how to do?
Thank you so much!
Hey there!
I need to change the color of the text link that appears in my twitter widget, from the deafult color to another one (only for twitter)..
Unfortunetely i'm not able to use css, can you tell me how to do?
Thank you so much!
Hey,
add following code to css/custom.css (or quick css field) and change the color value:
#top .tweets a {
color: #E69B19 !important;
}You must log in to post.