Home › Forums › Feature Requests › A container field similar to a Group but is only for layout › Reply To: A container field similar to a Group but is only for layout
Hopefully ACF will consider adding this feature, but in the meantime this is what I’m using. Just include this CSS in your admin area and add the no-style
class to your Group field.
.acf-field-group.no-style {
padding: 0 !important;
}
.acf-field-group.no-style > .acf-label {
display: none !important; /* If you want the Group's label to show, remove this style */
}
.acf-field-group.no-style > .acf-input > .acf-fields.-border {
border: 0 !important;
}
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.