Hey Rayramonr,
Header , You mean Menus only or Full header section ?
Thanks
Full Header section. I want to fit my site name and the font is too large, I want to reduce it’s size.
Hi Rayramonr
If you want to display the logo is too large on the header.
So you can add the logo and set the logo height/ width as per your requirement.
Thanks
Hi Weblizar,
I want it to be text, not a logo image. Where can I edit the size of font used for the site name?
Thank you
So is there a way to change the font size for the Site Name? IF so please let me know how. thank you.
Hello Rayramonr.
open your theme options from your admin -> appearance .
Here you will see a custom css field.
copy below css code and Paste this code in this field and then save settings.
.logo a {
font-size: 50px !important;
}
Now you able to customize your logo font size.
Thanks