Tagged: special heading
Hi There,
I’ve searched the forums and tried out a couple of suggestion to fix this.
I’m using a ‘special heading’ and I need to change the font-size of the sub-heading above. So far I haven’t be able to do that.
(example link included)
Any ideas?
Thanks for your help
Carole
Hey cab72,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-subheading.av-subheading_above p {
font-size:30px!important;
}
Best regards,
Vinay
Hello Vinay,
I tried that code – but the font size remains the same.
Carole
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay
Hi Vinay,
All the details in Private Content field…
Kind Regards,
Carole
Hi,
We checked the code by adding it to Quick CSS section and it works fine :)
Let us know if you have any questions, we are happy to help!
Best regards,
Vinay
Hi Vinay,
That’s great – thanks for taking a look.
I do have one question – is it possible to reduce the padding/margin between the top of the page and the subheading and the title?
Many thanks
Carole
Hi,
Reduce the gap on the top of the page by adjusting the header height from Enfold > Header > Header Custom Height
To reduce the subheading gap we updated the code to below css
/* Sub heading*/
.av-subheading.av-subheading_above p {
font-size:30px!important;
margin:10px 0!important;
}
Please refresh the page a few times to preview the changes :)
Best regards,
Vinay