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... )
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:
Comments 1
.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