Changing font and header sizes
-
Hi guys,
I’m relatively new to WordPress and have been doing just fine with the very simply defeat template generators and font so far. However I am now trying to add in few default fonts as well as broaden the width of my header in order to properly customise my page whilst making it look similar to my pre-existing website.
I was wondering if this was possible now wordpress has updated their editing tools – and also how complicated it would be. Would I require a better knowledge of CSS before I undertake this task (my current level of understanding is minimal) or should I have a go using plug ins?
Any help to get the ball rolling would be greatly appreciated.
Thanks,
Wellbeing
The blog I need help with is: (visible only to logged in users)
-
Hi Wellbeing, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see if this basically gets you what you are looking for and we can work from there.
#header .container { width: 100%; } #header-image { float: none; width: 100%; background-position: top center; background-repeat: repeat-x; } #logo { width: 100%; }
- The topic ‘Changing font and header sizes’ is closed to new replies.