Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  Resolved [schybli](https://wordpress.org/support/users/schybli/)
 * (@schybli)
 * [12 years ago](https://wordpress.org/support/topic/custom-css-65/)
 * Hello,
 * very nice theme, I yust want to inform you that the changes in the custom css
   will not be applied only when i put a “!important”.
 * child theme is working fine…
 * Thank you very much

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [12 years ago](https://wordpress.org/support/topic/custom-css-65/#post-4899110)
 * Hello,
 * please try to add the “#wrapper” identificator before your Custom CSS code to
   ensure that it overwrites the default CSS defined in style.css file. If this 
   does not solve your problem, please post here your Custom CSS code so I can check
   it.
 * Best regards
    Tomas Toman
 *  Thread Starter [schybli](https://wordpress.org/support/users/schybli/)
 * (@schybli)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-css-65/#post-4899377)
 * Hello,
    I’m sorry I forgot to answer, actually I’ve done so.
 * Please see the css code:
 * #wrapper #wrapper-header .header-image {
    height: 350px; }
 * Thanks and regards,
    schybli
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-css-65/#post-4899378)
 * Hello,
 * because the “#wrapper #wrapper-header .header-image” definition is the same as
   the default CSS in the style.css, your code is not working. Please try to prefix
   the code with the “html” markup so it rewrites the default CSS:
 *     ```
       html #wrapper #wrapper-header .header-image {
        height: 350px;
       }
       ```
   
 * The another way is to use the “!important” markup for your custom CSS – it should
   overwrite the default CSS in all cases.
 * Best regards
    Tomas Toman
 *  Thread Starter [schybli](https://wordpress.org/support/users/schybli/)
 * (@schybli)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/custom-css-65/#post-4899379)
 * Hi Tomas
    Yes it works with the “html”, with other “custom css” which I use this
   was not necessary. Thanks for your help Best regards Schybli

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

The topic ‘Custom CSS’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [schybli](https://wordpress.org/support/users/schybli/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/custom-css-65/#post-4899379)
 * Status: resolved