Title: Default Tagline Options
Last modified: August 19, 2016

---

# Default Tagline Options

 *  Resolved [redtechmedia](https://wordpress.org/support/users/redtechmedia/)
 * (@redtechmedia)
 * [17 years ago](https://wordpress.org/support/topic/default-tagline-options/)
 * In the header, there is the “Tagline” that can be filled-in under the “Settings”.
   This is fine except I want to modify it. I looked in the header.php (and everywhere
   else in the Theme Editor but couldn’t find anything to relate to (what I thought
   would be called) the “Tagline” so I could edit it. My goal was to make it stand
   out more: bigger by default (without having user rely on the Layout Controls).
   The default font for that “tagline” is still very small. Plus I wanted to maybe
   even change the font and font color. Where can I make these custom changes in
   the Theme Editor; because I don’t see it. Thank you.

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

 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [17 years ago](https://wordpress.org/support/topic/default-tagline-options/#post-1077566)
 * Hi,
 * You can edit the tagline code from the page.php file or index.php file as it 
   is depends on the theme..for the details refer this link:
 * [spam link moderated]
 * To edit the font and font color you need to edit the style.css file of your blog
   you can get the all the style details from that file..
 * Thanks,
 * Shane G.
 *  [digitalnature](https://wordpress.org/support/users/digitalnature/)
 * (@digitalnature)
 * [17 years ago](https://wordpress.org/support/topic/default-tagline-options/#post-1077594)
 * in Fusion the tagline is located in header.php:
 * `<?php bloginfo('description'); ?>`
 * you shouldn’t alter the code if you only want the text size changed. Use the 
   theme custom css option instead:
 *     ```
       #topnav{
        font-size: 140%;
       }
       ```
   

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

The topic ‘Default Tagline Options’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [digitalnature](https://wordpress.org/support/users/digitalnature/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/default-tagline-options/#post-1077594)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
