- Posts: 8
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
Change color of Info Box?
-
AnOriginal
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago #18004
by AnOriginal
Change color of Info Box? was created by AnOriginal
Hello.
I can't find a setting to change the color of the info box. I would actually like there to be no color/transparent, and only have the Heading & Info Box text appear with the animation.
Where can this setting be changed?
Thanks so much!
An
I can't find a setting to change the color of the info box. I would actually like there to be no color/transparent, and only have the Heading & Info Box text appear with the animation.
Where can this setting be changed?
Thanks so much!
An
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18016
by ivan.milic
Replied by ivan.milic on topic Re: Change color of Info Box?
Bcg is actually image:
modules\mod_hot_spinner\images\hot_spinner_text_bg.png
you can make this image 1px x 1px transparent .png image or open:
modules/mod_hot_spinner/tmpl/css/jquery.holest.carousel.css
find this:
.holest-carousel-info-panel-content {
padding: 15px;
position: absolute;
margin: 0;
width: 100%;
bottom: 0;
background-repeat: repeat;
background: url(../../images/hot_spinner_text_bg.png);
}
and set background:transparent;
modules\mod_hot_spinner\images\hot_spinner_text_bg.png
you can make this image 1px x 1px transparent .png image or open:
modules/mod_hot_spinner/tmpl/css/jquery.holest.carousel.css
find this:
.holest-carousel-info-panel-content {
padding: 15px;
position: absolute;
margin: 0;
width: 100%;
bottom: 0;
background-repeat: repeat;
background: url(../../images/hot_spinner_text_bg.png);
}
and set background:transparent;
The following user(s) said Thank You: AnOriginal
Please Log in to join the conversation.
-
AnOriginal
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #18104
by AnOriginal
Replied by AnOriginal on topic Re: Change color of Info Box?
Thank you so much! This worked great!
Please Log in to join the conversation.
Time to create page: 0.145 seconds