Hi
I tried to customize one of the headings like H5 or H6 (to function as a main header size like H1 or H2) that I am not using to have just the Corinthia font and set the size but it is not taking it. Is there a way to modify so I can use it as a main header? I would need at least 48 px but not everywhere. Please let me know if this is possible. Thanks.
Hey sharynt3,
If you don’t want this everywhere you will need to add a custom class to the H5 tag like this: <h5 class=”huge”>…</h5>
Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all #main.all_colors h5.huge {
font-size: 48px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thanks for the reply, it works!