How can I remove all of the greater than signs and dividing lines in the 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. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.