- Posts: 14
- Thank you received: 0
Re: Transparent Article Background possible?
-
efrab
Inactive member - Topic Author
- New Member
Less
More
14 years 7 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: 6769
- Thank you received: 719
14 years 7 months ago - 4 years 4 months 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: 4 years 4 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.135 seconds