Tab "description" still displayed altough it's empty and supposed to be hidden
-
Hi,
Please check this video
Tab section should be hidden since there is nothing to display.
Thanks
Simon
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-tabs-wrapper {
display: none;
}
Regards.
Mmh ok the css works but that’s not what I wish for.
If tab is empty and nothing is available to display, there shouldn’t be any tabs displayed at all. It should naturally be hidden (without custom css).
Isn’t it supposed to be the case?
When everything is disabled, all tabs are disabled, then we whouldn’t see any row at all by default (without needing custom css).
Hello,
Yes, but we can’t recognize if there are no tabs at all. There are a lot of different plugins that add their tabs and we can’t write PHP conditions for all the cases.
Kind Regards
Please close this ticket thanks
You are welcome! Feel free to contact us if you have any questions.
The topic ‘Tab "description" still displayed altough it's empty and supposed to be hidden’ is closed to new replies.