Title: Spectrum Theme Editing
Last modified: August 20, 2016

---

# Spectrum Theme Editing

 *  [anattitude](https://wordpress.org/support/users/anattitude/)
 * (@anattitude)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/spectrum-theme-editing/)
 * I am creating my new blog, which is located at specialedspeaks.com. I chose the
   Spectrum theme for my blog. I learned how to change the title “spectrum” to “
   Special Ed Speaks.” The problem I have now is that I would like to change the
   font style, the font size, and the font color. The font style I would like to
   change to is preferably the same font that was used for “spectrum.” Can somebody
   please help me? I would truly appreciate it. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Andrei Olsen](https://wordpress.org/support/users/nebulus/)
 * (@nebulus)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/spectrum-theme-editing/#post-2397280)
 * The theme uses image background. Anyway, here is something similar using CSS 
   and [Google web fonts](http://www.google.com/webfonts):
 * Step 1: Add following to the <head> in header.php (it doesn’t matter much where,
   just add it under one of the other <link>-tags):
    `<link type="text/css" rel="
   stylesheet" href="http://fonts.googleapis.com/css?family=Leckerli+One">`
 * Step 2: Add following to the styles.css (again doesn’t matter where, but header-
   section would be a logical selection):
 *     ```
       #logo h1 {
           font-family: "Leckerli One", Cambria, Georgia, serif;
           font-size: 3.4em;
           margin-top: 5px;
       }
       #logo h1 a {
           color: #00355A;
           text-shadow: 1px 1px 1px #EEEEEE;
       }
       #logo h1 a:hover {
           color: #143D62;
           text-decoration: none;
           text-shadow: 1px 1px 1px #FFFFFF;
       }
       ```
   
 *  Thread Starter [anattitude](https://wordpress.org/support/users/anattitude/)
 * (@anattitude)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/spectrum-theme-editing/#post-2397474)
 * Andrei,
    Thank you soooo much!!!!! Your help worked perfectly. Thank you for 
   taking the time to assist me. I truly appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Spectrum Theme Editing’ is closed to new replies.

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [Font Style](https://wordpress.org/support/topic-tag/font-style/)
 * [font-color](https://wordpress.org/support/topic-tag/font-color/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * 2 replies
 * 2 participants
 * Last reply from: [anattitude](https://wordpress.org/support/users/anattitude/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/spectrum-theme-editing/#post-2397474)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
