Hi there,
How is possible to erase the grey color line on top of every widget in the footer when the footer is black ???
Thanks !
Hi there,
How is possible to erase the grey color line on top of every widget in the footer when the footer is black ???
Thanks !
Hi There,
Thanks for writing in!
Please add this CSS to your Pro -> Theme Option -> Global CSS and let us know how this goes.
.x-colophon .widget:before {
height: 0px;
}
Hope this helps!
Great ! Thanks
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.