How do I bold and/or italicize a few words in the welcome message? I can't seem to find the actual html file with the text to add the code.
How to change the format of just certain words in the welcome message
4 posts from 2 voices-
Posted 11 months ago #
-
Hi eanfloyd,
Try to add this code in your wp-content/themes/display/style.css:
#infotext h2 { font-weight: bold; font-style: italic; }if this doesn't work, try this one instead:
#infotext h2 { font-weight: bold !important; font-style: italic !important; }Hope this helps. :)
Regards,
IsmaelPosted 11 months ago # -
sorry didn't see the reply post for some reason. I'll give it a try, thanks
Posted 11 months ago # -
Hi eanfloyd,
No worries. Just post your feedback once you have finished applying those codes in your site. :)
Regards,
IsmaelPosted 11 months ago #
Reply
You must log in to post.














