• Resolved mikeblock0

    (@mikeblock0)


    Hello, this is a very similar problem to the one posted about 7 weeks ago and has a status of not resolved.
    I am using the Customizr theme. I have created the Child theme using the childify me plugin and activated it. I have code in the parent css file which changes the color of the text on the menu. I took the code out of the parent css file and pasted it directly into the child css file using a file manager plugin. The menu no longer has the changed colour after refreshing the website. I take the code back out of the child css file and paste it back into the parent css file and the menu works fine. I then take it back out of the parent css and back into the child css and it doesn’t work but just defaults back to the site color. I do this repetition 3 times with it working in the parent css but not in the child css. I have also tried important! and that makes no difference. I recreate the child theme and still no change.
    Any ideas?
    Thank you
    /* Adjust Menu colors */
    .navbar .nav > li > a, .navbar .nav > li > a:link {
    color: #CC6699;
    text-shadow: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • magicwordpress

    (@magicwordpress)

    I observe something similar which might have the same root cause.

    I see (with firebug) that my changes to the customizr-child theme style.css gets overwritten by the customizr css called “tc_common.min.css”.

    I’m quite sure that I did everything right and I can even see my css definitions (just overwritten by the parent css). So from whatever I understand this seems to be a bug of this theme.

    Thread Starter mikeblock0

    (@mikeblock0)

    The child theme is now working! I just went through all the steps of creating the child again from the beginning and it now works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizr Child Theme CSS not working???’ is closed to new replies.