Please advise how to do it.
Hi chapdes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.js_active .toggler, .js_active .tab { border: none !important; }
Regards,
Yigit
Thanks Yigit, that works for the top part of the controls, but how can I remove the borders of the contents?
Hey!
Thank you for the update.
You can use this:
.js_active .active_tab_content, .toggle_content {
border: none;
}
Best regards,
Ismael
Thanks for your quick response!
Also, congrats on the Enfold Theme updates, now it is really possible to import new icon sets trouble-free. Keep the good work guys!!