hide restore defaults button

Home Forums SKT Biz/Corp Theme Support hide restore defaults button

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #95467
    PeterPeter
    Participant
    • Topics: 13
    • Replies: 54
    • Total: 67
    Member since: September 27, 2016

    Hi guys,
    I’d like to hide “Restore defaults” button to my customers to avoid they click it by fault.

    #optionsframework .reset-button {
    display: none !important;
    }

    didnt work for me – Can you help for the SKT BIZ and SKT Newspaper please? Thanks!

    Kind Regards Peter

    #95630
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly edit inc/css/optionsframework.css file, scroll down to bottom and paste below code:

    #optionsframework .reset-button{display: none;}

    Regards,
    Shri

    #95747
    PeterPeter
    Participant
    • Topics: 13
    • Replies: 54
    • Total: 67
    Member since: September 27, 2016

    Hi Shri,
    no effect on skt biz – button still displayed
    Regards Peter

    #95761
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    body #optionsframework .reset-button{display: none !important;}

    Regards,
    Chris

    #95988
    PeterPeter
    Participant
    • Topics: 13
    • Replies: 54
    • Total: 67
    Member since: September 27, 2016

    Hi,
    would be a very smart solution but button is still visible – no effect – maybe the custom css doesn’t load for backend?

    Regards, Peter

    #96021
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

    #96434
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    This issue have been resolved form our end. Kindly check and confirm.

    Regards,
    Chris

    #96602
    PeterPeter
    Participant
    • Topics: 13
    • Replies: 54
    • Total: 67
    Member since: September 27, 2016

    Hi Chris, thanks a lot – can you tell me what exactly you changed? I’d need this also for other pages. BR Peter

    #96638
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Yes, of course.

    Kindly go to Inc >> CSS >> optionsframework.css >> And find class

    #optionsframework .reset-button {
        float: left;
        cursor: pointer;
    }

    And replace this new css code there:

    #optionsframework .reset-button {
        float: left;
        cursor: pointer;
        display:none;
    }

    Regards,
    Chris

    #96723
    PeterPeter
    Participant
    • Topics: 13
    • Replies: 54
    • Total: 67
    Member since: September 27, 2016

    Hi,
    ah ok, I tried to rewrite in css but original file needs to be changed to make changes in backend take effect.
    thanks!

    BR Peter

    #96742
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi Peter,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/16/

    Regards,
    Chris

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