Site logo

Archived topic

Side shadows and a popping page header

1 reply · Started by Gary on February 11, 2017

Viewing posts 1–2 of 2

Hi Tom, hope things are well. I spent an hour in the customizer and forum searching for something I sure is super obvious; how to remove the shadow around the blog pages: http://nimb.ws/pLAODk

Also, on the subject of the blog, I'm using an Elementor shortcode in the page header and it sort of jumps from blocked to full width as you can see at about 8 seconds: https://youtu.be/MPD1phbKgRk

or here: https://www.pathmarkdigital.com/blog/

Thank you so much, I really appreciate this theme.

Gary

Hi Gary,

Looks like this code is added in the CSSHero:

#page {
    box-shadow: 0px 0px 14px 0px #727272;
}

You can try to remove that or add this:

#page {
    box-shadow: 0px;
}

I just tested this page https://www.pathmarkdigital.com/blog/ with Chrome and Firefox and I'm not seeing the page header pop problem..

This archived topic is closed to new replies.