Can you please tell me how to remove the sidebar separator and some of the padding?
Side bar separator
6 posts from 2 voices-
Posted 1 year ago #
-
Hi,
Kindly add this code to your Quick CSS or custom.css:
.recentcomments, .widget_recent_entries li {
border: 0!important;
padding-bottom: 10px!important;
}
Hope this helps. :)Regards,
IsmaelPosted 1 year ago # -
Sorry this did not work. See this page : http://bluemontinluray.com/nova/
the small grey lines separating each widget are still there. Any other solutions to try?Posted 1 year ago # -
Hi,
Try to add this code:
.widget {
position: static!important;
}
Hope this helps. :)Regards,
IsmaelPosted 1 year ago # -
It removed one line but it did not remove the one at the bottom of the NEWS widget. I don't like the look of that. How can I remove it?
Thank youPosted 1 year ago # -
Hi,
Kindly add this code:
.inner_sidebar span {
border-color:
white!important;
}
Hope this helps. :)Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














