Italicize Font in Text Widget – Connections Theme
-
Is there a way to italicize the font in my text widget on my sidebar? I’m currently using the Connections theme.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Yes. If you don’t know how to code HTML, you can just compose the text widget as if it were a draft Post, use all the buttons as appropriate, and when it’s the way you want, just click over to the HTML editor, copy the code, and paste it in your text widget.
-
Put “em” tags” around the word or words you want in italic.
<em>this text is italic</em>If it is a paragraph, then do it this way.
<p style=”font-style:italic;”>All of your text goes here.</p>
-
-
-
-
- The topic ‘Italicize Font in Text Widget – Connections Theme’ is closed to new replies.