Hello,
First of all I want no capital text in the box. I already found out it can be done with this css code:
.avia_message_box_content { text-transform: capitalize; }
Now all text is shown bold. But I want to use some normal weight text & some text in bold. How can this be done?
Thanks in advance!