Hi!

Sep 06, 2010 09:00

Hi! I was wondering if anyone could help me with a little thing I want to do. (It's not really a problem but I'd like to be able to have this happen ( Read more... )

Leave a comment

Comments 1

Try this anarano October 9 2010, 04:13:58 UTC
Put the following lines at the end of your Custom CSS using your colors:

.entry_text b, .entry_text strong {color:red}
.entry_text i, .entry_text em {color:green}
.entry_text u {color:blue}

Please be aware, that it could clash with other CSS informations (headings, links, lists, etc.). If you prefer these styles, you can add an "!important", it might help:

.entry_text u {color:blue !important}

Good luck!
Ana

Reply


Leave a comment

Up