Hi Mercine.
Thank you for your swift reply!
I went into my WP control panel and editor, found this
#header h1 {font-family:verdana,arial,sans-serif;
font-size:30px;
margin: 5px 0 0 20px;
padding:0;
color:#fff;
I want to increase the size of the title text as well as changing the fonts from default to Times New Roman.
I did this:
#header h1 {font-family:times-new-roman;
font-size:45px;
margin: 5px 0 0 20px;
padding:0;
color:#fff;
It didn’t do anything as an overall affect. What am I doing wrong?
Thanks.