Title: emilyTK's Replies | WordPress.org

---

# emilyTK

  [  ](https://wordpress.org/support/users/emilytk/)

 *   [Profile](https://wordpress.org/support/users/emilytk/)
 *   [Topics Started](https://wordpress.org/support/users/emilytk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/emilytk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/emilytk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/emilytk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/emilytk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/emilytk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 196 total)

1 [2](https://wordpress.org/support/users/emilytk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/emilytk/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/emilytk/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/emilytk/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/emilytk/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/emilytk/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Child Theme style.css not working](https://wordpress.org/support/topic/child-theme-stylecss-not-working/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/child-theme-stylecss-not-working/#post-5377343)
 * What I saw at first sight is that there is already a declaration in style.css
   saying that your `h1`, `h2`, and `h3` should be black in colour. Try overriding
   that to `#990000` and see if that already fixes the issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5380026)
 * Yup, it’s depending on new CSS rules that IE8 doesn’t know of yet.
    But that’s
   alright, since #1 [only 10% of users in the whole world](http://theie8countdown.com/)
   use it, and #2 the text being an arch isn’t really necessary for the overall 
   functionality of your website. So there’s nothing you need to worry about.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Mobile CSS not loading](https://wordpress.org/support/topic/mobile-css-not-loading/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-css-not-loading/#post-5379977)
 * I just thought of [this](http://ipadpeek.com/). This app allows testing your 
   website on devices that run iOS. iPhone 5 looks good. [Responsinator](http://www.responsinator.com/?url=http%3A%2F%2Fwww.firelightcoffee.com)
   agrees. (Sorry I didn’t think of it earlier; rough day.)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379972)
 * There is no method in CSS. There are sure other methods of recognising text in
   an image, but they require an insane amount of programming skill. (Maybe someone
   already built a WordPress plugin.)
 * If, however, you want to use another bit of text inside the header, [turn it into an arch](http://css-tricks.com/set-text-on-a-circle/)
   and still make sure it won’t touch your site description, I’d recommend you do
   not put this text into a background image.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379967)
 * Well, you didn’t tell me in what kinds of situations your image appears to cover
   the description. So I supposed it depended on how the text is rendered by a browser.
   
   As for the structure: Inspecting the header in Firebug will tell you that you
   have a background-image inside your site header. And that you have text inside
   an `h2` element inside your site header. Both of these do not really care about
   each other. That’s all there really is to it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379964)
 * How about this:
 *     ```
       #site-description {
       	max-width: 460px; /* Or whatever */
       	margin: 0 auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379960)
 * You could give the header a padding and set the background-color to the same 
   grey you used in your image:
 *     ```
       #masthead {
       	background-color: #f5f5f5;
       	padding: 40px 0; /* Or whatever */
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Drop Down Menu](https://wordpress.org/support/topic/drop-down-menu-96/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/drop-down-menu-96/#post-5380474)
 * If [this](https://wordpress.org/themes/monster) is your template, ask your question
   [here](https://wordpress.org/support/theme/monster). Those people can help you
   way faster.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379955)
 * And, woops, I totally forgot about the header image.
    Try this:
 *     ```
       #masthead {
       	background-repeat: no-repeat;
       	background-position: 50% 50%;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Browsers ignore stylesheet-font-definitions](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/browsers-ignore-stylesheet-font-definitions/#post-5379953)
 * Lol, you’re the only person here who makes me go into this kind of detail.
    Check
   this out: [http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/](http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/)
   [http://css-tricks.com/font-rendering-differences-firefox-vs-ie-vs-safari/](http://css-tricks.com/font-rendering-differences-firefox-vs-ie-vs-safari/)
 * You don’t even have to read it all.
    All I want is to show you that you’re doing
   just fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [4templates – WP00902 – slideshow and text editing](https://wordpress.org/support/topic/4templates-wp00902-slideshow-and-text-editing/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/4templates-wp00902-slideshow-and-text-editing/#post-5355649)
 * It says [here](http://www.4templates.com/frequently-asked-questions/) that you
   could [contact](https://www.4templates.com/contact/) 4templates about any issues
   regarding themes and templates.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Mobile CSS not loading](https://wordpress.org/support/topic/mobile-css-not-loading/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-css-not-loading/#post-5379946)
 * Did it work with your iPhone on the test domain?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [logo slider plugin on customizr theme](https://wordpress.org/support/topic/logo-slider-plugin-on-customizr-theme/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/logo-slider-plugin-on-customizr-theme/#post-5380447)
 * Try asking the [Customizr support forum](https://wordpress.org/support/theme/customizr).
   Faster solutions guaranteed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change body background twentyfourteen](https://wordpress.org/support/topic/change-body-background-twentyfourteen/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/change-body-background-twentyfourteen/#post-5380444)
 * In that case, try this:
 *     ```
       .entry-header, .entry-content {
       	background: red !important;
       }
       ```
   
 * Sorry I didn’t see it earlier.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change body background twentyfourteen](https://wordpress.org/support/topic/change-body-background-twentyfourteen/)
 *  [emilyTK](https://wordpress.org/support/users/emilytk/)
 * (@emilytk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/change-body-background-twentyfourteen/#post-5380439)
 * Right at the bottom of your file.
    And why is there Meteor Slide PHP code in 
   your CSS file?

Viewing 15 replies - 1 through 15 (of 196 total)

1 [2](https://wordpress.org/support/users/emilytk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/emilytk/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/emilytk/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/emilytk/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/emilytk/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/emilytk/replies/page/2/?output_format=md)