Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378086

    I understand that the creating a child theme for Enfold is different than other themes. I’ve watched your video, downloaded the additional files, and copied and pasted the changes from my Quick CSS field in Enfold into the style.css of the child theme. When I activate the child theme, however, those changes aren’t reflected, and additionally when I paste those same styles into the Quick CSS of the child theme they aren’t reflected either.

    I wish Enfold was packaged with a working child theme like other themes. This has been a frustrating and time intensive process.

    #378380

    Hey reederjack5252!

    It’s not any different from other themes. We have created a sample child theme you can use here, http://kriesi.at/documentation/enfold/downloads/.

    As for why your child theme CSS is not working is because the child theme gets called first and then the parent gets called so it’s most likely that your child theme CSS is being overridden by the parent theme. To make sure it’s not overwritten you can use the !important override like so.

    a { color: blue !important; }
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.