Home › Forums › SKT Biz/Corp Theme Support › hide restore defaults button
- This topic has 10 replies, 3 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 1, 2018 at 7:07 pm #95467
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
March 5, 2018 at 8:24 am #95630Hi,
Kindly edit inc/css/optionsframework.css file, scroll down to bottom and paste below code:
#optionsframework .reset-button{display: none;}
Regards,
ShriMarch 5, 2018 at 8:05 pm #95747Hi Shri,
no effect on skt biz – button still displayed
Regards PeterMarch 6, 2018 at 5:20 am #95761Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
body #optionsframework .reset-button{display: none !important;}
Regards,
ChrisMarch 7, 2018 at 6:21 pm #95988Hi,
would be a very smart solution but button is still visible – no effect – maybe the custom css doesn’t load for backend?Regards, Peter
March 8, 2018 at 5:21 am #96021Hi,
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,
ChrisMarch 14, 2018 at 5:56 am #96434Hi,
This issue have been resolved form our end. Kindly check and confirm.
Regards,
ChrisMarch 14, 2018 at 5:39 pm #96602Hi Chris, thanks a lot – can you tell me what exactly you changed? I’d need this also for other pages. BR Peter
March 15, 2018 at 5:39 am #96638Hi,
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,
ChrisMarch 15, 2018 at 6:27 pm #96723Hi,
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
March 16, 2018 at 5:24 am #96742Hi Peter,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/16/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.