How to control the Heading settings in Pro

I woulud like to be able to define things like

Font
Font Size
Color

for the text formated using H1, H2, H3, H4, H5, H6 in my post contents.

Where can I change this?

Regards

Hello Paulo,

Thanks for writing in!

To change the styling of the heading tags, simply go to X/Pro > Theme Options > Typography > Headings. This is where you can change the font family, color and other styling options. You may need to enable the Font Manager if you want to easily manager the font family. Please check out this documentation to know more about the Font Manager.

And if you want something more custom, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	// your custom css styling here
}

Just keep in mind that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.