Archived topic
Shadow remove
3 replies · Started by izzilan on February 15, 2021
Viewing posts 1–4 of 4
How to remove border and shadow on content container
Hi there,
GP doesn't add shadows to any container - so it must have been added using CSS or is coming from a plugin.
If you can share a link to your site, ill take a look as to where its coming from.
Im using Marketer and on blog view need to remove the shadow effect.
Aah ok - go to Customizer > Additional CSS and remove this:
.inside-article,
.sidebar .widget,
.comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.07);
border-bottom: 2px solid rgba(0, 0, 0, 0.07);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
This archived topic is closed to new replies.