• Resolved mygrove

    (@mygrove)


    Is there a method, either in the shortcode or with CSS to hide the group title (e.g. “Participant Info”) name in the Single Record page?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mygrove

    (@mygrove)

    So it seems the solution is to create your own template and comment out two lines that are not required.

    Create a copy of tempate pdb-single-default.php:

    <?php // $this->group->print_title( '<h2 class="pdb-group-title">', '</h2>' ) ?>
    
    <?php // $this->group->print_description() ?>
    Plugin Author xnau webdesign

    (@xnau)

    Yes, that’s right, either the CSS or use a custom template.

    Thread Starter mygrove

    (@mygrove)

    As a matter of interest, how would you do it with straight CSS?

    Plugin Author xnau webdesign

    (@xnau)

    You 1 can you something like

    .pdb-single .pdb-group-title { display: none; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding the Group title on the Single Record page’ is closed to new replies.