Discussion about Hot Spinner Joomla module.

How to make the Hot Spinner background transparent

  • paul_rz99
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 months ago #21300 by paul_rz99
How can I make the Hot Spinner background transparent?

Please Log in to join the conversation.

More
12 years 3 months ago #21303 by ivan.milic
Dear customer,

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.

More
12 years 3 months ago #21505 by jdteichmer
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;
}

Please Log in to join the conversation.

More
12 years 3 months ago #21510 by ivan.milic
Send me link so i could see

Please Log in to join the conversation.

More
12 years 3 months ago #21708 by jdteichmer

Please Log in to join the conversation.

More
12 years 3 months ago #21710 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.109 seconds
Powered by Kunena Forum