Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #380027

    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…

    #380960

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.