Hi @klelietta,
Please find the pointwise answer to your queries.
Point No.1: Regretfully, there are currently no options available in Theme Options, where you can set the size for the headings. But you can do it by adding these CSS blocks in Pro/X > Theme Options > CSS
header h1, .h1 {
font-size: 30px;
}
header h2, .h2 {
font-size: 28px;
}
header h3, .h3 {
font-size: 26px;
}
header h4, .h4 {
font-size: 24px;
}
header h5, .h5 {
font-size: 23px;
}
header h6, .h6 {
font-size: 20px;
}
The above code will work if copied as it is and doesn’t conflict with any existing code. To make this work only in the Header, you need to add the header selector as a prefix.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Point No.2: The social icon color and hover color can be set from the Theme Options > Typography and then Site Links and Site Links Hover. Please find the screenshot describing the options.
Point No.3: The Post title color can be set from Theme Options > Typography and then Heading Font Color, and the color you mentioned as secondary color can be changed from the option explained in Point No.2.
Hope this helps.
Thanks