Home Forums Basel support forum HTML block problems Reply To: HTML block problems

#14699

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.vc_tta-panel {
	display: none!important;
  visibility: inherit!important;
}

.vc_tta-panel.vc_active {
	display: block!important;
}