Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The shadow is part of the theme’s design. Are you saying you don’t want it?
Hmm, Did you look at the picture? I doubt that is how it is supposed to look? I do not want that shadow, you see the triangle shadow coming from the left hand side on the header image right?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes I looked at the picture and I said it was there intentionally. If you want to remove it and can’t find an option to, try the following..
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications:
-
(put this code in)
.header-image .angled-background {
background: none;
}
- Save
Alternatively use your Child Theme style.css file to hold your CSS modifications