Title: child css isn&#039;t working
Last modified: August 30, 2016

---

# child css isn't working

 *  [nikolai.lou](https://wordpress.org/support/users/nikolailou/)
 * (@nikolailou)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/)
 * Please help, I’m a newbie and been stuck with this all day:
 * I need to disable the menu on this page:
    [http://nikolai-lu.com/test-page/](http://nikolai-lu.com/test-page/)
 * I’ve tried these 2 routes which brought no success:
    1) custom css plugin 2) 
   child css
 * I’ve added these css and they did nothing at all:
    .page-id-3303 #site-navigation(
   also tried #top-bar) { display: none; } (also tried #top-bar)
 * Then I suspected something wasn’t right, and tried to disable the whole page 
   by adding #page into css above
 * Nothing happens.
 * I cleared the caches: w3cache, my internet browser cache and even cdn cache.
 * Nothing happens.
 * Please help, i’ve no idea why nothing is working 🙁

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

 *  [Salman](https://wordpress.org/support/users/mskkhan/)
 * (@mskkhan)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206694)
 * Just add this code into custom css
 * .sticky-wrapper {
    background-color: #222; display: none; }
 *  [Salman](https://wordpress.org/support/users/mskkhan/)
 * (@mskkhan)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206695)
 * .sticky-wrapper wraps your whole nav bar.
 * if you use property as
    display none;
 * This will remove vanish whole nav bar from your specific page.
 * Make sure, you add this file into custom css file.
 *  Thread Starter [nikolai.lou](https://wordpress.org/support/users/nikolailou/)
 * (@nikolailou)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206791)
 * Nope, it’s not doing anything (added it to custom css), all pages including the
   one i need still have the nav bar 🙁
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206793)
 * When I looked at your site (5:02pm, Mountain time), I don’t see the navigation
   bar on the page you linked. Have you cleared your caching plugin or force-refreshed
   your browser? Is your host caching your site?
 *  Thread Starter [nikolai.lou](https://wordpress.org/support/users/nikolailou/)
 * (@nikolailou)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206799)
 * And this is why I love you guys!
 * Works!
 * I added this though to make sure only that page does not show the menu:
 * .page-id-3303 .sticky-wrapper {
    background-color: #222; display: none; }
 * ***Guys, why do you add a dot before sticky-wrapper and not a # ?
 *  [Salman](https://wordpress.org/support/users/mskkhan/)
 * (@mskkhan)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206801)
 * Awesome! 🙂
 * Let us know if you need anything else!

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

The topic ‘child css isn't working’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Salman](https://wordpress.org/support/users/mskkhan/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/child-css-isnt-working/#post-6206801)
 * Status: not resolved