New Topic

Reply To: Header

Home › Forum › Help › Header › Reply To: Header

#2085

StartupWP
Keymaster

You can do all that and much more out-of-the-box with StartupPro. Coming from Blogger, perhaps it’s more of an overall learning curve now working with WordPress in general that’s the problem? That’s okay, we’re here to help you learn. Once you become more familiar with WordPress and WordPress themes we think you’ll find that you have much more control over your website than on most other platforms, including Blogger.

1. Log in and go to Appearance > StartupPro Options.

2. Under “Turn On/Off Features” check the box next to “Custom Styles & Custom CSS”.

3. Scroll down to “Google Fonts” and enter Fontdiner+Swanky in the “Google Font One” field.

4. Scroll down to “Custom Styles” and under “Headers Font” add Fontdiner Swanky.

5. Scroll down to “Custom CSS” and paste in:

#site-title a, #site-title h1 a, #site-title h1 {
  color: #666;
  font-family: fontdiner swanky;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}

6. Click “Save Options”.