Child Theme custom CSS not working
-
I created a child theme for the mystile theme and any changes I make in the stylesheet do not go live. It is not a caching issue, I have cleared caching from my browser and host and nothing seems to be working. I have also checked on a different browser and the changes are not working there either.
I can create and delete pages, no problem there. So the child theme is working just not the css I add into style.css.
e.g. I added this code into style.css to decrease the whitespace above and below my logo but it does nothing. It’s driving me batty so any help would be greatly appreciated ??
#header {
padding-bottom: 0em;
padding-top: 1em;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Child Theme custom CSS not working’ is closed to new replies.