Grey lines at widget top border in Ethos footer

Hi there,

I’ve changed the footer color in the Ethos theme, but grey lines appear at the top border of the widget area.

You can see at the bottom of my web page: https://silentshift.earth/

How can I change this?

Kind regards,

Linda Lebesque

Hey Linda,

That is really a part of the Ethos design so there’s no option to change it so custom CSS would be needed. Regretfully, we do not provide theme customization as part of our product support.

I’ll provide you the override code for now but succeeding theme customization request should be forwarded to a 3rd party developer or you can learn CSS so you can do changes fast.

Another option would be to upgrade to Pro so you’ll have a Header and Footer Builder to use to create your own footer design.

Please add the following code in Theme Options > CSS.

.widget:before {
    height: 0;
}

Hope that helps.

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