• Resolved maheshkrishna

    (@maheshkrishna)


    Hello,

    I’m creating child theme for the first time with the theme “interface”. I followed the instruction properly. Content and other stuff seems to be working except the styling. Please help me out here to move forward.
    My site is magufoundation.org .Its still under development.

    Thanks,
    Mahesh

Viewing 6 replies - 1 through 6 (of 6 total)
  • You’re accidentally using a curly quote instead of a straight quote. When you edit your website’s files, you should always use a plain-text editor instead of a word processor, and if you copy-and-paste code from another source, you should make sure your editor doesn’t automatically convert the quotes. If you copy-and-paste from this post into a plain-text editor, it should work.

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

    Thread Starter maheshkrishna

    (@maheshkrishna)

    Thanks a lot Stephen ?? I almost spent half a day figuring it out.

    Hi @stephencottontail I also did everything as describe to set up a child theme for interface, everything seems to work other than the icons for the top bar and the “back to the top” square at the bottom? I would appreciate any help.

    https://www.kramerica.thecreativeplace.org

    Check your child theme’s stylesheet at line 94. Your @font-face declaration for Genericons is using file:/// URIs, which won’t work. Why are you loading Genericons again in your child theme when it’s already being loaded by your parent theme?

    I’m not sure, its my first time to do this. What does it look like I’ve done wrong?

    Looks like you’ve got the font issue worked out now (3:28pm, Mountain time). Do you have any other questions about your child theme?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Child theme styling doesn't appear to be working’ is closed to new replies.