Need to hide some buttons for all devices

A12 Web Studio
39 Posts
A12 Web Studio posted this 08 December 2023
Ask a Question

Hi,
I need to hide some buttons and divs for all devices but seems is not possible, can you fix this problem or tell me how can I do it?

Thanks
Nancy

Hi, I need to hide some buttons and divs for all devices but seems is not possible, can you fix this problem or tell me how can I do it? Thanks Nancy
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 08 December 2023

Hi Nancy,

Unfortunately, Nicepage does not provide such an option because usually it is useless. But you can achieve the same result with the custom css:

  1. add class to the element (CSS Class field)
  2. add the following css:

    .myclass
    {
    display: none;
    }

Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
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 Nancy, Unfortunately, Nicepage does not provide such an option because usually it is useless. But you can achieve the same result with the custom css: 1. add class to the element (CSS Class field) 2. add the following css: .myclass { display: none; } Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
A12 Web Studio
39 Posts
A12 Web Studio posted this 08 December 2023

ok I'll do it
But can you add this in the new version of Nicepage?
it's easy for you is gust a switch

thanks

ok I'll do it But can you add this in the new version of Nicepage? it's easy for you is gust a switch thanks
Support Team
Support Team posted this 08 December 2023

Hi Nancy,

We added your request to our wish list.
But could you please provide an example of when you need to add the element and hide it in all modes?

...................................................
Sincerely,
Olivia
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 Nancy, We added your request to our wish list. But could you please provide an example of when you need to add the element and hide it in all modes? ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
A12 Web Studio
39 Posts
A12 Web Studio posted this 08 December 2023

Yes,
it's easy. As you can see from my screenshot, if you make all the buttons clickable the buttons or the div will be hidden in all devices.
I need this because sometimes I need to hide some divs or buttons but I need to be there in the HTML pages

thanks

Screenshot-2023-12-08-at-12.36.54.png

Yes, it's easy. As you can see from my screenshot, if you make all the buttons clickable the buttons or the div will be hidden in all devices. I need this because sometimes I need to hide some divs or buttons but I need to be there in the HTML pages thanks !Screenshot-2023-12-08-at-12.36.54.png!
Support Team
Support Team posted this 11 December 2023

Hi Nancy,

You can add some custom CSS code with the display:none property to hide the element on the site.

...................................................
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 Nancy, You can add some custom CSS code with the display:none property to hide the element on the site. ................................................... 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
You must log in or register to leave comments