- Posts: 146
- Thank you received: 0
Background shadow on slide heading in Hot Swipe Carousel
3 years 9 months ago #48802
by Hazzo
Background shadow on slide heading in Hot Swipe Carousel was created by Hazzo
Hi, is it possible to add some background to the slide heading in the Hot Swipe Carousel (like for example in the Paradise template)?
Best regards
Hans
Best regards
Hans
Please Log in to join the conversation.
3 years 9 months ago #48809
by milos
Replied by milos on topic Background shadow on slide heading in Hot Swipe Carousel
Hello,
Yes, you can add the background color (solid and transparent color) in the module parameters. Under the Module Style tab, you have the "Text Box Background Color" parameter (color in RGB format) and "Text Box Transparency" (decimal value between 0 and 1).
If you want to add a background image, this must be done via CSS, for example:
or if you want to add it to the heading only (as in the Paradise template):
Regards,
Milos
Yes, you can add the background color (solid and transparent color) in the module parameters. Under the Module Style tab, you have the "Text Box Background Color" parameter (color in RGB format) and "Text Box Transparency" (decimal value between 0 and 1).
If you want to add a background image, this must be done via CSS, for example:
Code:
.hot_swipe_carousel_slides .contents {
background-image: url(../images/myimage.jpg);
}
or if you want to add it to the heading only (as in the Paradise template):
Code:
.gallery-cell h2 {
background: url(../images/myimage.jpg) no-repeat;
}
Regards,
Milos
The following user(s) said Thank You: Hazzo
Please Log in to join the conversation.
Time to create page: 0.223 seconds