- Posts: 1
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
How to make the Hot Spinner background transparent
-
paul_rz99
Inactive member - Topic Author
- New Member
Less
More
12 years 3 months ago #21300
by paul_rz99
How to make the Hot Spinner background transparent was created by paul_rz99
How can I make the Hot Spinner background transparent?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21303
by ivan.milic
Replied by ivan.milic on topic How to make the Hot Spinner background transparent
Dear customer,
add this css to bottom of template_css.css:
.holest-carousel{
background-image: none!important;
background-color: transparent!important;
}
add this css to bottom of template_css.css:
.holest-carousel{
background-image: none!important;
background-color: transparent!important;
}
Please Log in to join the conversation.
-
jdteichmer
Inactive member - New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 3 months ago #21505
by jdteichmer
Replied by jdteichmer on topic How to make the Hot Spinner background transparent
I tried using this approach to add a background image behind the spinner. Is this the right way to do this? Here is what I tried. By the way, is this suppose to go into my templates css file?
.holest-carousel{
background-image: url("/images/banners/logoAmazingGrace.jpg")!important;
background-color: transparent!important;
}
.holest-carousel{
background-image: url("/images/banners/logoAmazingGrace.jpg")!important;
background-color: transparent!important;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21510
by ivan.milic
Replied by ivan.milic on topic How to make the Hot Spinner background transparent
Send me link so i could see
Please Log in to join the conversation.
-
jdteichmer
Inactive member - New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 3 months ago #21708
by jdteichmer
Replied by jdteichmer on topic How to make the Hot Spinner background transparent
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21710
by ivan.milic
Replied by ivan.milic on topic How to make the Hot Spinner background transparent
Spinner is transparent, only info panel has semi-transparent background. If you want to remove that:
open:
newsite/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);
}
remove background: url(../../images/hot_spinner_text_bg.png);
After that you will have to change text color of info panel in module settings because it's white and your site general background is white.
open:
newsite/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);
}
remove background: url(../../images/hot_spinner_text_bg.png);
After that you will have to change text color of info panel in module settings because it's white and your site general background is white.
Please Log in to join the conversation.
Time to create page: 0.166 seconds