change and move bar color in hot image slider pro

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 6 months ago #32416 by sobeinfo
I would like to move bar to bottom and change color.
Please advise.

Please Log in to join the conversation.

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 6 months ago #32417 by sobeinfo
Figured it out : adjusted CSS

div#header_hotslider div#slide-holder div#slide-controls {
left:0;
bottom:7px;
height:46px;
display:none;
position:absolute;
}


and uploaded new semi transparent png to modules> hot image slider> images

Please Log in to join the conversation.

More
9 years 8 months ago #40411 by indenticus
Please could someone tell me how to remove the bar completely?

Thanks.

Please Log in to join the conversation.

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 8 months ago #40413 by sobeinfo
upload a completely transparent banner .png may be one way.

Please Log in to join the conversation.

More
9 years 8 months ago #40417 by ivan.milic
For complete removal add this css to bottom of your main template css file:

#slide-controls{
display:none!important;
}

Please Log in to join the conversation.

More
9 years 8 months ago #40418 by indenticus
Thanks guys. Since I prefer to avoid editing template .css files for non-template mods I eventually figured that a fully transparent slide-bg.png file works well, but then to make the whole of each image 'clickable' I also needed to reduce the depth of the bar to zero in the style.css (modules/mod_hot_image_slider_pro/tmpl/style.css):

div#header_hotslider div#slide-holder div#slide-controls {
left:0;
bottom:7px;
height:0px;
display:none;
position:absolute;
}

Please Log in to join the conversation.

Time to create page: 0.327 seconds
Powered by Kunena Forum