- Posts: 14
- Thank you received: 0
Re: Transparent Article Background possible?
-
efrab
Inactive member -
Topic Author
- New Member
-
Less
More
15 years 2 months ago #1557
by efrab
Transparent Article Background possible? was created by efrab
Is it possible to make an Transparent Article Background for this wonderfull caroussel pro slider?
I can only select a color in the backend under "Layout of Module"
Hope to hear from you!
Tnx in advance
Efrab
I can only select a color in the backend under "Layout of Module"
Hope to hear from you!
Tnx in advance
Efrab
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6845
- Thank you received: 726
15 years 2 months ago - 5 years 4 days ago #1558
by milos
Replied by milos on topic Re: Transparent Article Background possible?
Please create a transparent PNG image (or use attached). Upload it to /modules/hot_joomla_carousel_pro/images
Edit file default.php of the module, and find this:
Change it to:
Edit file default.php of the module, and find this:
Code:
.carouselarticle {
background:'.$articleBgColor.';
}
Change it to:
Code:
.carouselarticle {
background:url(modules/mod_hot_joomla_carousel_pro/images/content_bg.png);
}
Last edit: 5 years 4 days ago by milos.
Please Log in to join the conversation.
Time to create page: 2.584 seconds