- Posts: 17
COMMUNITY FORUM
how to remove download button?
- vincy79
-
Topic Author
- Offline
- New Member
Less
More
7 years 4 months ago #166276
by vincy79
how to remove download button? was created by vincy79
Hi,
How can I do to remove download button from fancybox ?
How can I remove the title under pop-up image "you are viewing the image with filename ...."
thank you!
How can I do to remove download button from fancybox ?
How can I remove the title under pop-up image "you are viewing the image with filename ...."
thank you!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #166282
by Krikor Boghossian
Replied by Krikor Boghossian on topic how to remove download button?
Hello,
These options are located in the component's settings.
To access the settings open the sidebar and click on the gear icon.
These options are located in the component's settings.
To access the settings open the sidebar and click on the gear icon.
Please Log in or Create an account to join the conversation.
- Vincenzo Nuzzo
-
- Offline
- New Member
Less
More
- Posts: 2
7 years 4 months ago #166286
by Vincenzo Nuzzo
Replied by Vincenzo Nuzzo on topic how to remove download button?
thank you for reply
But I see only plug in installed, I can't see component ...where can I find it?
But I see only plug in installed, I can't see component ...where can I find it?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #166372
by Krikor Boghossian
Replied by Krikor Boghossian on topic how to remove download button?
You are using the PRO version, right?
Please Log in or Create an account to join the conversation.
- Vincenzo Nuzzo
-
- Offline
- New Member
Less
More
- Posts: 2
7 years 4 months ago #166395
by Vincenzo Nuzzo
Replied by Vincenzo Nuzzo on topic how to remove download button?
No, I'm using the Simple Image Gallery FREE version 3.5.0...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #166427
by Krikor Boghossian
Replied by Krikor Boghossian on topic how to remove download button?
In your template's stylesheet, please paste this snippet
.fancybox-caption-wrap, .fancybox-button--download {
display: none!important;
}
Please Log in or Create an account to join the conversation.