Child theme stylesheet loading too soon.
-
I am using a theme that comes with a child theme example ready to go.
I have activated the child theme – it clearly shows as such in the dashboard.
I have made changes in the child theme stylesheet – some show on the site and some don’t.
In looking at the source of the site I see that there are many other stylesheets loading after the child theme stylesheet. from “inspect element” it appears that one or more of these stylesheets is overwriting my changes in the child theme.Should I be adding all of those stylesheets as
@import url(../whatever.css);
in the child theme stylesheet to ensure that the child theme stylesheet loads last?The site is in development at
https://www.alphamare.ca/dev/bubbles1
- The topic ‘Child theme stylesheet loading too soon.’ is closed to new replies.