Title: several custom css
Last modified: August 30, 2016

---

# several custom css

 *  [00Nell00](https://wordpress.org/support/users/00nell00/)
 * (@00nell00)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/several-custom-css/)
 * How I can add several custom css? it accept only once

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/several-custom-css/#post-6644314)
 * You should be able to add as much code as you’d like. If the CSS isn’t working,
   check for a syntax error like a missing period or bracket. If you can’t find 
   anything wrong, please share a link to your site, and I’ll check it out.
 *  Thread Starter [00Nell00](https://wordpress.org/support/users/00nell00/)
 * (@00nell00)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/several-custom-css/#post-6644325)
 * Yes I forgot } symbol.
    thank you
 * Which is the css for the font size inside the post?
    This one
 *     ```
       @media (min-width: 56.25em)
       .entry-header h1 {
           font-size: 2.25em;
           line-height: 1.06;
       }
       ```
   
 * will not affect at all
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/several-custom-css/#post-6644355)
 * Sure, you want it to look like this:
 *     ```
       @media (min-width: 56.25em) {
   
         .entry-header h1 {
           font-size: 2.25em;
           line-height: 1.06;
         }
       }
       ```
   
 * The “media query” has its own set of brackets that wrap around the rest of the
   CSS.

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

The topic ‘several custom css’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/several-custom-css/#post-6644355)
 * Status: not resolved