- Posts: 147
- Thank you received: 0
Background in carousel
1 day 22 minutes ago #52253
by Hazzo
Background in carousel was created by Hazzo
How can I remove or change color in the backrground for the text associated with the carousel?
See green arrow in pic
Brgds, H
See green arrow in pic
Brgds, H
Please Log in to join the conversation.
13 hours 36 minutes ago #52254
by milos
Replied by milos on topic Background in carousel
Hello,
If you want to remove blur effect, edit file /media/templates/site/electronics/css/custom.css and in this part, around line 106:
delete the backdrop-filter line.
The color of the text box can be changed in Content > Site Modules > Hot Swipe Carousel > Module Style > Text Box Background Color. You should enter the color in RGB format (0,0,0 for black, 255,255,255 for white).
Regards,
Milos
If you want to remove blur effect, edit file /media/templates/site/electronics/css/custom.css and in this part, around line 106:
Code:
.carouselrow .hot_swipe_carousel_slides .contents {
padding-left: 0 !important;
padding-right: 15px !important;
backdrop-filter: blur(15px);
}
delete the backdrop-filter line.
The color of the text box can be changed in Content > Site Modules > Hot Swipe Carousel > Module Style > Text Box Background Color. You should enter the color in RGB format (0,0,0 for black, 255,255,255 for white).
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.185 seconds