Bird
0
0

You created a child theme but your custom CSS changes are not showing. Which of these is the most likely cause?

medium📝 Debug Q14 of 15
Wordpress - Theme Structure and Basics
You created a child theme but your custom CSS changes are not showing. Which of these is the most likely cause?
AYou added the child theme folder inside the parent theme folder
BYou activated the parent theme instead of the child theme
CYou used <code>@import</code> in <code>functions.php</code> instead of <code>style.css</code>
DYou forgot to add the <code>Template</code> line in <code>style.css</code>
Step-by-Step Solution
Solution:
  1. Step 1: Check theme activation

    If the parent theme is active, child theme changes won't apply.
  2. Step 2: Review other options

    Missing Template line causes child theme not to work, but usually disables child theme; folder placement is less critical; @import usage is unrelated to activation.
  3. Final Answer:

    You activated the parent theme instead of the child theme -> Option B
  4. Quick Check:

    Active theme must be child for overrides [OK]
Quick Trick: Always activate the child theme, not the parent [OK]
Common Mistakes:
  • Not activating the child theme
  • Misplacing child theme folder
  • Confusing @import usage location

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes