- This topic has 4 replies, 14 voices, and was last updated 10 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Preference › Shadows
I want to get rid of the drop shadow effect but cannot figure out how. I’m familiar with child themes and have customized several Twenty-Ten and similar themes, but I’ve “wasted” hours trying to get rid of these shadows. My client wants a plain white background.
http://www.heartoftexasranch.net/news
Thanks,
C.C.
wow… I almost didn’t recognize the theme, lol. Anyway, the shadow is found in the theme’s style.css file around line 124 and looks like this:
[code type=css]#content-wrapper {
min-height:200px;
background-color:#f8f8f8;
border-bottom:5px solid #595a67;
border-radius:60px 60px 0 0;
-webkit-border-radius: 60px 60px 0px 0px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
}
It’s the -webkit-box-shadow and the box-shadow. You can even remove the border radius if you wish.
Thanks, but I had already tried that. In fact, what you saw/see on the site is this style:
#content-wrapper {
min-height:200px;
background-color:#fff;
}
I don’t know if it matters, but what I always do is copy all the styles from the main style sheet to the child style sheet and then change what I need to.
At least, after your response, I know that I was on the right track, but something is obviously over-riding what I’m trying to do.
Other ideas?
Thanks
Sorry my fault… forgot about something. The parent theme still has the shadow, so what I suggested won’t work. But what will (or should as I tested it) is in your child theme, change the box shadow values to none; like this:
-webkit-box-shadow: none;
box-shadow: none;
Hooray! Thanks for the quick responses.
C.C.
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.