Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    There is a classname that is added to the group wrapper when all the fields are empty that you can use to hide the group with CSS. If you look at the HTML source, you’ll see this.

    For example, someting like this might work for you, you may need to adapt it to work in your case.

    .pdb-group-novalues {
        display: none;
    }
    Thread Starter crldev

    (@crldev)

    Amazing – you responded within a couple of hours and the solution worked first time without any need for tweaks.

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[NSFW] Hide Group Titles when all fields are blank’ is closed to new replies.