Change colors and fonts
Why do you use Arial as the main font?
The main font? The only font! Remember, Drikatruu Jelly is all about ’simple’ and ‘customizable’. By the way, Arial is a great font… it is used by most of the big boys. One advantage is its ubiquity - Windows and Apple computers have it. Still, many designers like to use different fonts for different page elements. You can do the same by changing the file style.css, but first read the section on customizing the sidebar again - the same basics apply.
I want to use Times as my headline font
That’s easy. Right at the top of style.css you see the font-family section. Overwrite ‘Arial’ with ‘Times’ (or the name of any other font you like), save it. Done. Your whole website will now be in ‘Times’. Such is the power of cascading style sheets. If you want to change only the font of a specific element, I added a little section with different fonts for different page elements already. Remove the comment marks at the beginning (/*) and the end (*/) of the section just below the body tag and customize to your heart’s content.
Change the font size
Just below the font-family section in style.css you probably already noticed the font-size section. Change the %ages to increase or decrease the size of the various page elements. Save. Upload. Done.
Change colors
Below the font-size section in the file style.css you find the font colors. If you need some help to find good color combinations, check out the design tool. It helps you to find matching color combinations and the code numbers of colors. For the rest, changing font colors is just like changing font sizes.
