[Support request] Side shadows and a popping page header

Home Forums Support [Support request] Side shadows and a popping page header

Home Forums Support Side shadows and a popping page header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277276
    Gary

    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

    #277345
    Leo
    Staff
    Customer Support

    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..

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.