Remove edit page button on website frontend

frederic
107 Posts
frederic posted this 02 August 2020
Ask a Question

Hello,
i want to remove the edit page button.

When i am in Themler, to edit the template, this button is here. I have to unlock the site each time and it is not functionnal.
In general, i never use the frontend option to edit a site.

So if is there a way to delete it ?

Hello, i want to remove the edit page button. When i am in Themler, to edit the template, this button is here. I have to unlock the site each time and it is not functionnal. In general, i never use the frontend option to edit a site. So if is there a way to delete it ?
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
frederic
107 Posts
frederic posted this 02 August 2020

EDIT :
I have put a css code with a display none in the template and it is ok.

Regards

EDIT : I have put a css code with a display none in the template and it is ok. Regards
Support Team
Support Team posted this 03 August 2020

Hi Frédéric,

There is no way to disable this button when you are logged into the site backend. It is not visible for the other users.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Frédéric, There is no way to disable this button when you are logged into the site backend. It is not visible for the other users. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
frederic
107 Posts
frederic posted this 03 August 2020

Yes, the way is like i said in my last post :)

a.edit-nicepage-button {
display: none !important;
}

Regards

Yes, the way is like i said in my last post :) a.edit-nicepage-button { display: none !important; } Regards

Last edited 03 August 2020 by frederic

nicepage38122
1 Posts
nicepage38122 posted this 17 May 2021

I had the same issue and it works when added to CSS. Thank you

I had the same issue and it works when added to CSS. Thank you
You must log in or register to leave comments