DN BROKER VIP Member VIP ★ 20 ★ Impact 169 Mar 9, 2011 1K views 2 replies #1 Why does wordpress not have font size for pages or post? i can bold the text, change colors, but i cant change size? can someone please help?
Why does wordpress not have font size for pages or post? i can bold the text, change colors, but i cant change size? can someone please help?
Janine NamePros MemberVIP Member VIP ★ 15 ★ Impact 235 Mar 9, 2011 #2 Go to the HTML View instead of Visual View and try these codes: Code: <span style="font-size:15px;">text (pixels)</span> or Code: <span style="font-size:medium">(EM) pick from xx-small, x-small, small, medium, large, x-large, xx-large</span> :D
Go to the HTML View instead of Visual View and try these codes: Code: <span style="font-size:15px;">text (pixels)</span> or Code: <span style="font-size:medium">(EM) pick from xx-small, x-small, small, medium, large, x-large, xx-large</span> :D
J jacobatwood Established Member ☆ 10 ☆ Impact 3 Mar 18, 2011 #3 Great! It works. It may be useful to resolve this issue.