Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178624

    Hi, I would like to hide these options with “red box”.

    http://i39.tinypic.com/29qcbnn.png

    Thanks

    #178857

    Hi immenjil!

    Edit framework > css > avia_admin.css, add this at the very bottom:

    #avia_import {
    display: none;
    }
    
    .avia_section_header:last-child {
    display: none !important;
    }
    

    Best regards,
    Ismael

    #184128
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HIDE some Option’ is closed to new replies.