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...
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.
Comments 5
Reply
Reply
.ljuser a{
color:#242424 !important;
}
to get the user names the color you'd like them.
Reply
Reply
Reply
Leave a comment