Dear @dowelman
could you please attach a screnshot or link to let us know more?
Thanks a lot!
ArchimidisM
Is there an email to contact you?
I don’t really want to put a link to the site on a public forum.
Thanks
Larry
-
This reply was modified 7 years, 10 months ago by
dowelman.
Dear @dowelman nevermind
I have seen the website . So in order to make this bigger you have to slightly edit some code files.
You can add custom CSS in the WordPress native customizer the following code:
.site-title a{font-size: 45px; }
This will make the site title bigger. You can change the pixels size etc.
You can also try
.site-title a{font-size: 45px !important; }