Title: CSS issues with child theme
Last modified: August 20, 2016

---

# CSS issues with child theme

 *  Resolved [avatarstuff](https://wordpress.org/support/users/avatarstuff/)
 * (@avatarstuff)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/)
 * Hi Emil,
    I hope you can answer this quickly. I tried to post directly on your
   support forum, but I couldn’t, due to some errors on login.
 * My problem is the following:
 * I am working on a website with Responsive theme and a Child Theme.
    I was updating
   the styles to create my custom design. And suddenly all the custom styles weren’t
   displaying anymore… I’ve checked to see if I have the newest version – yes Deactivated
   all plugins. Restarted building my custom style sheet by line. I’ve noticed some
   of the styles are passing and they are displayed properly on any browser and 
   some do not. The strangest things off all is that when I use a browser developer
   tool to see the css, I do not see my styles, even inactive…
 * Can you give me an answer?
    Thanks, Victorita

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386535)
 * Can you provide a link to your website?
 *  Thread Starter [avatarstuff](https://wordpress.org/support/users/avatarstuff/)
 * (@avatarstuff)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386537)
 * sure, here it is:
    [http://www.moglobe.com/](http://www.moglobe.com/)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386540)
 * Is this what you’re seeing [http://awesomescreenshot.com/01dtxw56a](http://awesomescreenshot.com/01dtxw56a)?
 *  Thread Starter [avatarstuff](https://wordpress.org/support/users/avatarstuff/)
 * (@avatarstuff)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386543)
 * yes, this is it
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386545)
 * > I’ve noticed some of the styles are passing and they are displayed properly
   > on any browser and some do not.
 * Which styles?
 *  Thread Starter [avatarstuff](https://wordpress.org/support/users/avatarstuff/)
 * (@avatarstuff)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386549)
 * some examples of the ones that pass
 *     ```
       .call-to-action a.button:hover {
       text-decoration: none;
       color: white !important;
       }
       }
       #featured a:hover {
       color: #10ADAB;
       ```
   
 * some of the ones that do not:
 *     ```
       #widget-title-one .widget-title-home h3{
       color: #10ADAB;
       }
       h3 {
       text-align: center !important;
       }
       ```
   
 * tried both with and without important for each. I have many custom styling to
   do for the theme so pretty much everything needs custom styling.
 * could it be a link style rel problem?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386553)
 * There is a syntax error here;
 *     ```
       #featured a:hover {
       color: #10ADAB;
       ```
   
 * Missing a curly brace.
 *  Thread Starter [avatarstuff](https://wordpress.org/support/users/avatarstuff/)
 * (@avatarstuff)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386559)
 * actually, only the first one was the problem…
    as for the second one it is
 *     ```
       {
   
           body {}
       }
       ```
   
 * so it has both braces.
 * The first one solved the issue…
    I clearly needed an extra pear of eyes to see
   that 🙂 Thanks!
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386684)
 * You got it, great!
 * Emil

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

The topic ‘CSS issues with child theme’ is closed to new replies.

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

 * 9 replies
 * 3 participants
 * Last reply from: [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/css-issues-with-child-theme/#post-3386684)
 * Status: resolved