I want to change the font-size of a special heading block, but somehow it gets overwritten somewhere. Please advice …
First I tried to change the h6 heading size in the enfold advanced setting, didn’t word.
Then I tried the developr-id:
I’m using h6 heading to the special heading, a developer-id in the Erweitert Section of the block (formheading) and I’m using the custom css code:
#top .formheading h6 {
font-size: 30px !important;
}
But still the font-size shows up with 55px.
What am I missing?
Hey,
Thanks for contacting us!
Logins did not work for me. Could you please check them once again? :)
Regards,
Yigit
Please try again – should work now …
Hi,
Thanks for the update. Since you added an ID, then you have to use the # in front of the ID, not a period. I changed your code to this:
#top #formheading h6 {
font-size: 30px !important;
}
And it working, please review your site.
Best regards,
Rikard
Perfect, thanks a lot.
Hi,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit