-
AuthorPosts
-
September 18th, 2016 at 21:57 #39214
Hi everyone!
I had to use child theme from Parabola because I needed to change only functions.php.
Since I didn’t want to change style.css and use Parabola Settings for it I created the style.css:/* Theme Name: theme1 Template: parabola Version: 1 */ @import url('../parabola/style.css');Also I use Custom CSS and in my case it doesn’t work. How can I import Custom CSS to my child theme and which file it contain ?
September 19th, 2016 at 10:07 #39224Zed
Cryout Creations mastermindUse can use either the Custom CSS field or the child theme’s style.css file or both for your customization. However note that they get loaded in different order (related to the theme’s other styles) and customizations that work in one location may not work in the other directly (and will need to be made more specific).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 24th, 2016 at 13:35 #39324Hello,
It works just when I use !mportant in the Custom CSS or style.css from Child Theme. I have a lot of Custom CSS code.. How can I use !important for all code more quickly ? Perhaps is there other way for increase priority for my Custom CSS code ?
October 2nd, 2016 at 17:33 #39554Can you help me with my issue ?
October 5th, 2016 at 22:12 #39639So..it works now. I guess it happened after update.Thank you!
-
AuthorPosts
The topic ‘How can I use child theme from Prabola with Custom CSS ?’ is closed to new replies.