Child theme's style.css edits not working
-
I want to use this to style the body:
body {
background-image:url(‘https://sanmarcoslumber.com/images/19.gif’);
background-repeat:repeat-x;
}Apparently the custom CSS won’t accept this because of the ‘quotes’ special characters.
The instructions say in this case to create a child theme and make the edit in the style.css, so I did so. None of the edits I make to the Child theme’s style.css are changing the style of the page.
Any advice or suggestions that could help me?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Child theme's style.css edits not working’ is closed to new replies.