- Posts: 26
- Thank you received: 0
change and move bar color in hot image slider pro
-
sobeinfo
Inactive member - Topic Author
- Member
Less
More
11 years 4 months ago #32416
by sobeinfo
change and move bar color in hot image slider pro was created by sobeinfo
I would like to move bar to bottom and change color.
Please advise.
Please advise.
Please Log in to join the conversation.
-
sobeinfo
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
11 years 4 months ago #32417
by sobeinfo
Replied by sobeinfo on topic change and move bar color in hot image slider pro
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
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.
-
indenticus
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 6 months ago #40411
by indenticus
Replied by indenticus on topic change and move bar color in hot image slider pro
Please could someone tell me how to remove the bar completely?
Thanks.
Thanks.
Please Log in to join the conversation.
-
sobeinfo
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
10 years 6 months ago #40413
by sobeinfo
Replied by sobeinfo on topic change and move bar color in hot image slider pro
upload a completely transparent banner .png may be one way.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #40417
by ivan.milic
Replied by ivan.milic on topic change and move bar color in hot image slider pro
For complete removal add this css to bottom of your main template css file:
#slide-controls{
display:none!important;
}
#slide-controls{
display:none!important;
}
Please Log in to join the conversation.
-
indenticus
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 6 months ago #40418
by indenticus
Replied by indenticus on topic change and move bar color in hot image slider pro
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;
}
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.165 seconds