badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

child theme

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38677
    pepsi
    Participant

    Hello, I created a child theme and added to style.css:
    /*
    Theme Name: interface Child Theme
    Author: Self-Help WordPress User
    Template: interface
    */


    @import
    url(“../interface/style.css”);

    But child theme is not working, my chances in child theme data are not used, everything comes from main theme.
    What I have to do to fix the child theme right?

    Thank you.
    Kori

    #38696

    Hi info134,

    Go to dashboard-> appearance -> themes and can you see the new child theme? If yes then its working. What data do you want to change it?
    If you like to change the css then you can write you css below this code
    @import url(“../interface/style.css”);

    If you like to make changes in the code then you need to create functions.php file and then first unhook the functions and then customize the code.

    Thank you!

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