You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
It is advisable to learn how to do this on your own too.
Check out
http://support.pagel...ion/custom-css/
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
http://www.w3schools.com/You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
For example for the widget
.widget-pad {
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border: 1px solid white;
box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);}
It is advisable to learn how to do this on your own too.
Check out
http://support.pagel...ion/custom-css/
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
http://www.w3schools.com/
specially
http://www.w3schools.../css_border.asp