Change Slideshow horizontal slider bar color
- NativeRadio
- Topic Author
- Offline
- New Member
-
12 years 1 month ago #9830
by NativeRadio
Change Slideshow horizontal slider bar color was created by NativeRadio
Bonjour,
I purchased the Slideshow CK documentation in hopes of finding the answer, and also could not find it here.
I need to change the color of the horizontal slider bar under the rotating images to #ff0000 and can not find where to do this. I looked in default/camera.css. It appears to be inheriting a background color of;
<span class="camera_bar_cont" style="opacity: 0.8; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: rgb(34, 34, 34);">
But I can not find nor change this. Development server address is;
whitneycorrelate.brownrice.com
Thanks for your great extension and assistance!
With respect,
Patrick
I purchased the Slideshow CK documentation in hopes of finding the answer, and also could not find it here.
I need to change the color of the horizontal slider bar under the rotating images to #ff0000 and can not find where to do this. I looked in default/camera.css. It appears to be inheriting a background color of;
<span class="camera_bar_cont" style="opacity: 0.8; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: rgb(34, 34, 34);">
But I can not find nor change this. Development server address is;
whitneycorrelate.brownrice.com
Thanks for your great extension and assistance!
With respect,
Patrick
Please Log in or Create an account to join the conversation.
12 years 1 month ago - 12 years 1 month ago #9832
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change Slideshow horizontal slider bar color
Hi
this is defined in the script, try to change it with :
this is defined in the script, try to change it with :
CEd.camera_bar_cont > span {background-color:red !important;}
Joomlack Webmaster and Developer
Last edit: 12 years 1 month ago by ced1870.
Please Log in or Create an account to join the conversation.
- NativeRadio
- Topic Author
- Offline
- New Member
-
12 years 1 month ago #9837
by NativeRadio
Replied by NativeRadio on topic Change Slideshow horizontal slider bar color
Merci qui a fonctionné parfaitement. Made my day .. merci encore!
Please Log in or Create an account to join the conversation.
8 years 8 months ago #37420
by frioman
Replied by frioman on topic Change Slideshow horizontal slider bar color
Thank you for the Module and the support. I can't find the location of the code mentioned above. Is it in mod_slideshowck/Assets, elements, language, themes, or tmpl? Thanks again.
Please Log in or Create an account to join the conversation.
8 years 8 months ago #37422
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change Slideshow horizontal slider bar color
Hi
the code I mentioned can be added in any CSS stylesheet, like in your template
It will override the JS code
CEd
the code I mentioned can be added in any CSS stylesheet, like in your template
It will override the JS code
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: frioman
Please Log in or Create an account to join the conversation.
8 years 8 months ago #37423
by frioman
Replied by frioman on topic Change Slideshow horizontal slider bar color
I included the ".camera_bar_cont" code in my css/custom.css file like below, but didn't see any change. The ".corporate .slideshow" is what I had to include to remove the top space between the slider and my Masthead. There was a horizontal white bar separating the two, but that line of code successfully removed it. Should I place the code someplace else? And I need it black. When I substitute red, will I type "black" or "#000000"? Thank you.
.corporate .slideshow {
padding: 0px!important;
}
.camera_bar_cont > span {
background-color:red !important;
}
.corporate .slideshow {
padding: 0px!important;
}
.camera_bar_cont > span {
background-color:red !important;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds