You are viewing limited content. For full access, please sign in.

Question

Question

Hide the box around a field in the modern Forms Designer.

asked on March 21, 2024

Is there any easy CSS trick that can hide the box around a field in the modern Forms Designer?

I just want the date here (which is actually a text field) and no box.

0 0

Replies

replied on March 21, 2024

Try :

.cf-field input[type="text"], .cf-field select {
   border: none;
}

2 0
replied on March 21, 2024

BADDA BING! Box is gone! Thank you so much!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.