Hello,

wenn I create a fielfgroup I have no header for the hole grup but I want one. I found this PHP-Code in the webpage with firebug:

<div class="field-group-tabs-wrapper field-group-tabs group-ll ">
<h2 class="element-invisible">Vertical Tabs</h2>

Where an how can I change this? I new in PHP and CSS so I need help please!
Thanks a lot in advanced..
Frank

Comments

fraweg’s picture

Hello,

has no one an Idea?

Thanks

fraweg’s picture

Title: Header of a vertical fielgroup » Header of a vertical fieldgroup
nils.destoop’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

You can only make it visible by overriding it with css

.field-group-tabs-wrapper h2.element-invisible { display: block; }