Help with entry text...

May 12, 2009 21:52

So, I've been trying to change the color of specific text (bold, italic) in my entries, but every time I do it, the user name (or comm names), which are bold by default, change to x color as well, and I don't want that...

here's my css )

text

Leave a comment

Comments 5

crucibelle May 13 2009, 06:39:27 UTC
I don't think you are going to be able to just change regular bold links in your posts, without changing bold username/comm links, as well. I don't think there is any way to differentiate between the two in the code. You might try asking this question over at mintyhelp, as well.

Reply

ayumi_nb May 13 2009, 17:17:25 UTC
oh, okay, i'll try there. thanks anyway :D

Reply


crownedlily May 14 2009, 17:53:42 UTC
try

.ljuser a{
color:#242424 !important;
}

to get the user names the color you'd like them.

Reply

ayumi_nb May 14 2009, 19:52:46 UTC
oh, thanks! I'll try it right away!

Reply

ayumi_nb May 14 2009, 20:12:29 UTC
didn't work TT.TT

Reply


Leave a comment

Up