Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Fonts
Changes to Fancy Header
jmollerj
June 2015
in
Fonts
Hi,
Is it possible to change font type and size of the Fancy Header, and if so, how to do it?
Thanks
Comments
Albert
June 2015
Hi,
font type can be changed only if the font is already included into theme. So if you got this font used somewhere in Fonts section, then you can do this with custom css. But to change font size, you can use below css:
.fancy_heading .title { font-size: 60px; }
.fancy_heading_line .slogan { font-size: 30px; }
jmollerj
June 2015
Thanks a lot. I also tried with <font SIZE=...> on the header title and it worked!!
Regards
Jan
Albert
June 2015
You're welcome
Sign In
or
Register
to comment.
Comments
font type can be changed only if the font is already included into theme. So if you got this font used somewhere in Fonts section, then you can do this with custom css. But to change font size, you can use below css:
Regards
Jan