Remove greater than sign and lines in footer

How can I remove all of the greater than signs and dividing lines in the footer?

Hi there,

Please add this code in the Global CSS:

.x-colophon .widget:before,
.x-colophon .widget_text .h-widget:before {
    display: none;
}

Hope this helps.

Bingo. Thanks

You are most welcome. :slight_smile:

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