customizing box shadow on price box
hello i cant seem to find were to adjust the price box shadow and shadow color?
here is the current:
.origin-widget.origin-widget-price-box-simple-clean {
padding: 25px 20px;
border: 1px solid #D0D0D0;
background: #FCFCFC;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
here is what i want it to be:
.origin-widget.origin-widget-price-box-simple-clean {
padding: 25px 20px;
border: 1px solid #D0D0D0;
background: #ffffff;
-webkit-box-shadow: 0 1px 7px 5px rgba(0, 6, 236, 0.57);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 7px 5px rgba(0, 6, 236, 0.57);
thank you for your help!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Brian,
Please open the widget you’re trying to adjust and head over to the widget styles sidebar. Open the Attributes settings group and set the Widget Class to adjusted-price-shadow and save. Then please navigate to WP AdminAppearanceCustom CSS and add the following CSS:
.adjusted-price-shadow .origin-widget.origin-widget-price-box-simple-clean { -webkit-box-shadow: 0 1px 7px 5px rgba(0, 6, 236, 0.57); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 7px 5px rgba(0, 6, 236, 0.57); }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.