Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have used Origami before and didn’t have any issues with manipulating the font sizes and colors. For some reason, on the current site that I am working on, none of the code is working.
 I want to change the font size of my headings. It already worked to change the colors.
Please help!

Hi Robin
Try the following under Appearance > Custom CSS and edit as required:
/* @group Headings */ .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content strong { color: #404040; margin: 1.5em 0; } .content h1 { font-size: 24px; } .content h2 { font-size: 20.4px; } .content h3 { font-size: 18.48px; } .content h4 { font-size: 16.32px; } .content h5 { font-size: 13.92px; } .content h6 { font-size: 12.48px; }It didn’t work.
Please send through a link to your site with the Custom CSS in place, we’ll take a look from there.