- Posts: 19
- Thank you received: 0
Remove Black Bar
-
kwinston
Inactive member - Topic Author
- New Member
Less
More
10 years 3 months ago #41632
by kwinston
Remove Black Bar was created by kwinston
Hello. Am new to Joomla and really struggling with it. I love the Hot Image Slider, and after a few bumps, I got it working. All my fault, btw...
How (in REALLY SIMPLE IDIOT_PROOF LANGUAGE) can I remove the black bar? My client doesn't like it. I searched and saw the other posts with instructions, but they were based on the assumption that the user understands the steps.
Please explain to a complete novice how to:
Find the Hot Image Slider css code so it can be modified, &
What code do I use & where does it go?
Sorry. Newbie here. You patience is appreciated! Thank you in advance.
How (in REALLY SIMPLE IDIOT_PROOF LANGUAGE) can I remove the black bar? My client doesn't like it. I searched and saw the other posts with instructions, but they were based on the assumption that the user understands the steps.
Please explain to a complete novice how to:
Find the Hot Image Slider css code so it can be modified, &
What code do I use & where does it go?
Sorry. Newbie here. You patience is appreciated! Thank you in advance.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #41637
by ivan.milic
Replied by ivan.milic on topic Remove Black Bar
Hi, to make it transparent:
#slide-controls{
backgorund:none!important;
}
to remove it a long with nav buttons:
#slide-controls{
display:none!important;
}
put one of this you want to bottom of template_css.css
#slide-controls{
backgorund:none!important;
}
to remove it a long with nav buttons:
#slide-controls{
display:none!important;
}
put one of this you want to bottom of template_css.css
Please Log in to join the conversation.
-
kwinston
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 3 months ago #41688
by kwinston
Replied by kwinston on topic Remove Black Bar
Thank you. I will give this a try and let you know how it works for me. I have a dumb observation t make. COnsidering how many users want the black bar and numbers removed, wouldn't it make sense to give the option in the settings? Or is that already available in the Pro version?
Please Log in to join the conversation.
-
kwinston
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 3 months ago #41689
by kwinston
Replied by kwinston on topic Remove Black Bar
Many, many thanks for the instructions, but especially for telling me where to insert the code. I very much appreciate your help. Issue resolved, thanks to you!
Please Log in to join the conversation.
Time to create page: 0.205 seconds