Put this code in your style.css file
.header-image {
box-shadow: none;
}
And if this is not work then put
.header-image {
box-shadow: none !important;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications
thanks for your reply – and i have now copied and pasted both into the place that seemed to make the most sense in the style.css – and still nothing….
Where do I put the code? That must be what I am doing wrong…
Hi Andrew – many thanks. It has now worked!
Go to Dashboard > Appearance > Editor
then paste
.header-image {
box-shadow: none !important;
}
at last.
Check this link http://snag.gy/Ih11E.jpg
for get more idea.
[Moderator note: In future please use a cleaner image sharing service like Snag.gy]
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
and i have now copied and pasted both into the place that seemed to make the most sense in the style.css
Do you know when the theme updates any edits made to the style.css file, or any theme file, will be erased in the process?