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].
Great theme guys thank you. No issues thus far only I wish there was some prebuilt customization for H1, H2, H3 etc..instead of fiddling with the CSS. I would love to have the ability to change the size and colour of each H(x) in the Customize/Fonts section.
Just a thought :)
Hi Shane
Thanks for your feedback – noted.
Please remember to work under Appearance > Custom CSS or your own Custom CSS module and not via Appearance > Editor. Here is what you might use for this:
.entry-content h1 { color: #333; font-size: 26px; } .entry-content h2 { color: #333; font-size: 23px; } .entry-content h3 { color: #333; font-size: 20px; } .entry-content h4 { color: #333; font-size: 18px; } .entry-content h5 { color: #333; font-size: 16px; } .entry-content h6 { color: #333; font-size: 14px; }That’s great thank you. That works.
Super; glad we could help.