- This topic has 1 reply, 6 voices, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Encounters › Child stylesheet not being used
I’ve used several of your themes in the past, including Encounters I think. My process is to copy the original stylesheet from the parent them to the child theme and then change what I need to.
For some reason, this time the theme is bypassing the child stylesheet and using the parent.
http://tourtexaswineries.com
I’ve compared the 2 child stylesheets on server and my pc, using Winmerge and they’re the same. Just now, I even deleted the code to import the parent stylesheet. No luck.
I’ve been working in Chrome and thought maybe (despite clearing cache) it might be a caching issue, so I checked it in Firefox. Same thing. As an example, I have deleted, in the stylesheet the drop shadow around the content-wrapper. Or at least I’ve tried to.
Help? I’m sure it’s something simple I’m missing. I hope.
Thanks
I’m not quite sure how you mean it’s using the parent style.css….technically it should be when using a child theme. However, you should not be copying over the complete CSS from the parent into the child style.css file. Only copy over the parts you want to modify.
Based on your example, you would not be deleting the drop shadow…instead you would modify it to be:
#outer-wrapper-boxed980 {
box-shadow:none;
}
**The content-wrapper has no shadow, it’s actually the one I did above as an example.
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.