Hi, is it possible to deactivate some of the features from the media elements. For example i want to deactivate only the accordion slider but i want to let the other activated.
VERY IMPORTANT: i only want to deactivate them in backend, so that my authors cannot access them…
Hi lewebat!
Try adding this in /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css.
a[href="#avia_sc_slider_accordion"] {
display: none !important;
}
Regards,
Elliott