I have been really struggling to format font size. Every time I insert font size html tag, it reverts back to previous size if I go to edit a page again. Any help would be greatly appreciated. I am trying to increase font size on some paragraph text on a few pages.
Thanks!
Hello uattah!
What HTML tag are you putting? are you editing in Visual or Text mode?
Best regards,
Josue
Hi Josue,
I am not a designer and do not know coding at all. I am just using standard <font size=””></font> tag while I am typing content on my page.
Another thing I have not been able to do is lowercase letters for titles. If I type in lowercase, it still makes all of my titles capital.
Any help is greatly appreciated. I don’t know how to adjust css style shit or quick editor.
Hi,
<font size=””></font> wont’t work, better use <span style=”font-size: 24px;”></span>.
Regarding the titles issue, can you post the link to your website please?
Regards,
Josue
Oh ok- great. Thank you for telling me about the span style option.
My website: http://proletehealth.com/
Hey!
Ok, for the titles issue, paste this code in the Quick CSS (Enfold > Styling):
h1, h2, h3, h4, h5 {
text-transform: none !important;
}
Regards,
Josue