Random line above footer showing

What could be causing the random gray line to show at the bottom right above my footer. If I change the spacing it looks like the past background image is shown. I’ve removed and cleared cache and still seeing the line. Thank you

http://rocketboysolutions.com/applsys/

Hi @rocketboy,
Thanks for reaching out.

The line you are referring to is coming due to the border set to the Footer section.

You can get rid of this by adding a small piece of custom CSS code to Theme Option > CSS.

.x-colophon.top
{
    border:none !important;
}

The above code will work if copied as it is and doesn’t conflict with any existing code.
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 in your site nor will we enhance it.

If that is not the case, and you are trying to point out something different, please provide a few more information like a screenshot with a marked issue or any video, which helps to recognize the issue.

If none of the above helps, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Admin URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

1 Like

The CSS did the look I was after with this theme demo. Thank you

Hi Bryce,

We are glad that it is now working on your end. If you have any other concerns, feel free to reach us.

Thank you.

1 Like

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