Hello Mohammadd,
Thanx for your custom CSS. I followed your advices, but unfortunately it did’nt work…
Maybe it doesn’t work to start with the white box, because that’s the original text box? This is the original CSS witch is in Style.css:
/*========== Boxed Content Shortcode ==========*/
.wpb_box_text .box-content-wrap {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 20px 20px 1px;
}
.wpb_box_text.whitestroke .box-content-wrap {
border: 1px solid transparent;
}
.wpb_box_text.transparentstroke .box-content-wrap {
background: transparent;
border: 2px dashed;
border-color: #fff
}
Kind regards, Sjoukje