Site-title font size
-
Need some CSS code to change the font size so that the site-title be sized smaller. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Can you try to add this to your CSS?.site_title { font-size: 20px; }Adjust the px size accordingly.
Good luck!
-
Dannywellman thanks for the help. I used the following css code to resolve the problem with success.
.wf-active .site-header .site-title {
font-size: 24px;
}
Thanks anyway.
Regards
Helder
- The topic ‘Site-title font size’ is closed to new replies.