- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, I'm trying to enter text with the embed code feature (in order to make it an h1), but when I do I can't get it to appear in the same font as the rest of the Titles on my site. I've even copied the html of the other titles on the site that display in the correct font but no luck. Any pointers? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
There might not be any styling associated with an H1 tag. There's two ways to solve that:
1. Customize the theme to add H1 tags to whatever styling is used for other header tags
2. Style the H1 tag separately
If you do the second option, you can actually include that in Settings > SEO > Header Code so you don't customize the theme itself, like this:
<style> h1 { /* style rules here */ } </style>

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
There might not be any styling associated with an H1 tag. There's two ways to solve that:
1. Customize the theme to add H1 tags to whatever styling is used for other header tags
2. Style the H1 tag separately
If you do the second option, you can actually include that in Settings > SEO > Header Code so you don't customize the theme itself, like this:
<style> h1 { /* style rules here */ } </style>