Reply To: childtheme

Home Forums Support childtheme Reply To: childtheme

Home Forums Support childtheme Reply To: childtheme

#93238
Tom
Lead Developer
Lead Developer

Hi there,

Remove this below line and you should be good to go!

@import url("../generatepress/style.css");

GeneratePress enqueues the parent theme style.css file if a child theme is set in a better performing way than using @import.

Removing that line should fix all the weird issues you’re seeing.