Remove grey lines around widgets in Stay theme
-
Hi there…is it possible to remove/hide the light grey lines that surround the widget areas on a static home page in the Stay theme?
The blog I need help with is: (visible only to logged in users)
-
I think you mean the grey line that underlines the widget’s title, as well as separates widgets vertically? If not then please clarify, but here is how you would do that:
.home-widgets .widget-title { border-bottom: none; } .home-widgets { border-right: none; }Hope this helps!
-
- The topic ‘Remove grey lines around widgets in Stay theme’ is closed to new replies.