change color of a word in text plugin

Posted in: Newspaper
Post count: 101

In the about me text in the sidebar plugin, I want to change the color of the word “here” to dark red. That word links to my start here page. This is the html code.

<div align=”center”>Smiley face

Hi, I’m Carmen. For the past 10 years I’ve been travelling and living in many countries. I like to encourage people to get out of their comfort zone and travel. Follow me on my journey around the world and read more about me by clicking here.</div>

http://carmeneverywhere.com/

Post count: 22421

Hello Carmen,

You can set the link color to dark red by adding this code in the theme panel – custom css box:
.widget a{
color:#931313
}
result: http://screencast.com/t/3EFKVVkWXi

Thank you!

Post count: 101

After I did that,the categories in footer 2 went red, it was white before. How to turn the popular categories back to white?

http://carmeneverywhere.com/

Post count: 22421

Hi,
Please replace the previous code with:
.td-ss-main-sidebar .textwidget a{
color:#931313
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.