Support Team
posted this
19 hours ago
Hello,
Unfortunately, you cannot disable these options. But you can hide them with custom CSS.
For individual options:
.pswp__share--download
{
display: none!important;
}
Here are classes for other elements:
.pswp__share--pinterest,
.pswp__share--twitter,
.pswp__share--facebook
or Share Button:
.pswp__button--share
{
display: none!important;
}
...................................................
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
Hello,
Unfortunately, you cannot disable these options. But you can hide them with custom CSS.
For individual options:
.pswp__share--download
{
display: none!important;
}
Here are classes for other elements:
.pswp__share--pinterest,
.pswp__share--twitter,
.pswp__share--facebook
or Share Button:
.pswp__button--share
{
display: none!important;
}
...................................................
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