Remove grey line in top footer between container and footer

Hi there,

There is a grey line that appears only when in mobile/reduced screen width in my top footer. I’d like to remove this one and have tried everything. Current code:

.x-colophon.top .widget:before {
display: none;
}

Hi Heike,

That is actually the correct code to get rid of the faint line.

There seems to be an issue with the CSS code that you have in the Global CSS such as some CSS syntax error that is stopping the CSS code you are adding to work as expected.

To verify that, please copy all the codes that are in the Global CSS and paste it here.

It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.

Hope this helps.

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