Dear all,
I trying to have rounded corners on my pop-over, I guess I have to put “border-radius: 25px” somewhere but I do not manage to find the right CSS code to have the expected results. In image joined, you’ll see that I set up the intercept box as transparent and the intercept zone is white without borders (I’ll try with white borders but it does not help).
Also I was wondering how to have your pop-over automatically resizing depending on the question asked?
You will find below my CSS code, I’ll deeply appreciate any help if you can.
CSS Code:
.Skin #LogoContainer {
display: none !important;
}
.Skin .QuestionText {
color: #030F40 !important;
padding: 20px 20px 15px 20px !important;
font-size: 17px;
font-weight: bold;
border-radius: 15px;
}
.Skin .QuestionBody {
color: #030F40 !important;
padding: 0 20px 0px 20px !important;
border-radius: 15px;
}
François