Background shadow on slide heading in Hot Swipe Carousel

  • Hazzo
    Inactive member
  • Topic Author
  • Member
  • Member
More
3 years 3 weeks ago #48802 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 

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
3 years 3 weeks ago #48809 by milos
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:
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.146 seconds
Powered by Kunena Forum