Increase Title Size in the Custom Theme (Zuki)
-
Hi,
I am new to CSS. Could anyone help me with changing the title size for my page laviepartagee.com?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can try the following lines of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
Here is the code to paste in:
#site-header { max-width: 100%; width: 100% !important; } #site-header h1 { font-size: 40px; }For the font size, I chose 40px but you can edit that to any size you think works best. Feel free to experiment.
Cheers!
- The topic ‘Increase Title Size in the Custom Theme (Zuki)’ is closed to new replies.