Shadow line on the bottom of the page

Hello Support Team,

I have this problem where I have this shadow line of some of my pages right above the footer. It does not seem to be part of the footer as I have the same on all sites and the line does’t show up there.
Do you know what makes the line?

Thank you for your help!

Best
Benni

Hi Benni,

Thank you for reaching out to us. I tried to login with the given credentials but it seems like the username is not correct. Please double check the username / password. However I checked the front-end and it’s the Box Shadow given to the Container of your Footer Bar.

Please go to your Container’s settings in footer builder and remove the box shadow. Let us know how this goes!

Hi Nabeel,
Thanks for your reply!
Sadly that is not it If I change it only the line above it goes away. But I changed the Footer to a preset from you and now this happened ( see pic.) maybe that gives an insight into my problem.

Hi Benni,

The Bar container box-shadow attribute value is the reason behind your issue, please reset it to 0 to get rid of it. Please find the screenshot describing the option.

Thanks

Thank you for your reply but that is not the issue.
You will only see the shadow line if you go to the contact page not the home page (I forgot to say that). The line you described is not the line I want to get rid of.

Hi Binni,

This is due to the box-shadow of the entry-wrap element of your page, to get rid of it you need to add a custom CSS code into the Theme Options > CSS.

.entry-wrap
{
    box-shadow: none !important;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

That worked thank you very much!

Hi Binni,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.