Home Forums WoodMart support forum Splash Modal Reply To: Splash Modal

#158020

Hello

1) You can edit or delete any of the ajax product tabs while editing your page with Wp-Bakery page builder.

To edit the tabs you need to click on pencil icon: https://jmp.sh/YnWJ5be
To delete a tab you need to click on cross icon: https://jmp.sh/0yGNsSB

2) That’s not an empty panel. That green line is a bottom border of container of wp bakery column. It’s not shown any more I used the below CSS code in your home page CSS area to fix this:

.vc_column_container {
        border-bottom: 2px solid white;
}

Best Regards