- Posts: 123
- Thank you received: 0
Text box transparency
-
paul1
Active member - Topic Author
- Member
Less
More
1 year 4 months ago #50686
by paul1
Text box transparency was created by paul1
Hi Milos
1. When Text Box Transparency is set to 0%, the image shows a slight shadow the shape of the text box. Any ideas how to get rid of this.
FYI -
Text Box Background Color set to 255.255.255
www.gippslandopera.org.au
2. Would it be possible to add code for a drop shadow on the text?
Paul
1. When Text Box Transparency is set to 0%, the image shows a slight shadow the shape of the text box. Any ideas how to get rid of this.
FYI -
Text Box Background Color set to 255.255.255
www.gippslandopera.org.au
2. Would it be possible to add code for a drop shadow on the text?
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
1 year 4 months ago #50688
by milos
Replied by milos on topic Text box transparency
Hello,
This website does not use our template. It also does not use our Swipe Carousel module. Please check if the link is correct.
Regards,
Milos
This website does not use our template. It also does not use our Swipe Carousel module. Please check if the link is correct.
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 123
- Thank you received: 0
1 year 4 months ago #50690
by paul1
Replied by paul1 on topic Text box transparency
Apologies!!!!! Getting old - the site is in a temporary folder waiting for the small issues to be sorted before going live in J4.
Should be www.gippslandopera.org.au/mm4
Should be www.gippslandopera.org.au/mm4
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
1 year 4 months ago #50692
by milos
Replied by milos on topic Text box transparency
Hello,
Edit the custom.css file and change this (around line 341):
to this
Regards,
Milos
Edit the custom.css file and change this (around line 341):
Code:
.hot_swipe_carousel_slides .contents {
bottom: 0px;
top: auto !important;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
to this
Code:
.hot_swipe_carousel_slides .contents {
bottom: 0px;
top: auto !important;
text-shadow: 2px 2px #000000;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.159 seconds