How can I use child theme from Prabola with Custom CSS ?

  • Author
    Posts
  • #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 ?

    • This topic was modified 8 years ago by wwwww.
    • This topic was modified 8 years ago by wwwww.
    #39224
    Zed
    Cryout Creations mastermind

    Use 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.
    #39324

    Hello,

    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 ?

    #39554

    Can you help me with my issue ?

    #39639

    So..it works now. I guess it happened after update.Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How can I use child theme from Prabola with Custom CSS ?’ is closed to new replies.