Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.
thanx, I changed it.
This reply has been marked as private.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
This reply has been marked as private.Hello,
In line with the code mentioned above, I tried to create a white dashed border with a transparent background to a white boxed text box. This is the code I made:.borderDashed .box-content-wrap{
background: transparent;
border: 2px dashed;
border-color: #fff !important;I added it to the custom CSS box of the Supreme Theme Options. And I tried to get the extra class working by typing: borderDashed into the extra class field of the text box options. But it didn’t work. What did I do wrong?
kind regards,
SjoukjeWow, thank you so much!
Kind regard, Sjoukje
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.By the way, this is the supreme theme…
Maybe, we misunderstand each other: I want to get rid of the line:
< Huizenruil
in the example attached.
-
Posted in: We hit Power Elite.