Hello,
There is no such option in Theme Settings. You can use this code snippet to add borders to your widgets
.sidebar-widget {
margin-bottom: 30px;
border: 1px solid #efefef;
padding: 20px;
}
Regards
Hello,
There is no such option in Theme Settings. You can use this code snippet to add borders to your widgets
.sidebar-widget {
margin-bottom: 30px;
border: 1px solid #efefef;
padding: 20px;
}
Regards