- This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by
Andrew Misplon.
Tagged: Child Theme css
- AuthorPosts
- October 3, 2017 at 6:51 pm #7940
Andrew MisplonKeymasterHi Barbara
Thanks for posting.
You can download a child theme for Polestar here: https://purothemes.com/documentation/polestar-wordpress-theme/child-theme-library/#heading-starter
Your current child theme is working though. If a CSS rule isn’t taking effect, it doesn’t necessarily mean the issue is with the child theme. Your child style.css file is being loaded. You can view that in your page source:
<link rel="stylesheet" id="child-style-css" href="http://fbsflex.dayswork.org/wp-content/themes/polestar-child2/style.css?ver=4.8.2" type="text/css" media="all">
Most likely your rule isn’t taking effect because of CSS specificity or a similar issue. Which rule do you need a hand with?
October 3, 2017 at 7:30 pm #7941
Barbara DayParticipantPlease disregard, I was able to make the child theme work with the Puro instructions on the second try.
Thanks.
October 3, 2017 at 7:33 pm #7942
Andrew MisplonKeymasterAwesome 🙂 Glad to hear you’ve made progress. Thanks for the update.
- AuthorPosts
You must be logged in to reply to this topic.