Hide Group Titles if Field is Empty?
-
Thank you for this wonderful plugin! I’ve been learning a lot about CSS, but I’m still new to it, so I hope you can help me with this. I know that you can hide a field if the field is blank using this bit of code:
.pdb-single-flex .flex-field.blank-field {
display: none;
}but is there a way to also hide the group’s title if all the fields are blank? I’m trying to make a printable page that looks nice but I’m trying to fit everything on one page, so removing the titles would save a lot of room.
Please note: the link is to a test page, just to show what I mean. There a LOT of field groups and different fields in each one because my company is using this more as a way to save information about projects. While this test page does fit on one page, when everything is filled out normally, it easily spans a page and a half, even with the small font size.
Thank you,
SkyeThe page I need help with: [log in to see the link]
- The topic ‘Hide Group Titles if Field is Empty?’ is closed to new replies.