Wow that did work. Thanks a lot! I will use your website for additional customizations.
Also a quick question. Can I disable selection? When I click on the button to collapse the fieldset it sometimes highlights the text.
I’ve tried the following :
#fbuilder .cff-container-field fieldset .disable-select{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Edit: Nevermind I managed to do it by removing “.disable-select”.
I’ll be sure to check out your website for customization. Thanks!
Good day!
-
This reply was modified 4 years, 7 months ago by erdalf.
-
This reply was modified 4 years, 7 months ago by erdalf.
-
This reply was modified 4 years, 7 months ago by erdalf.