How to get rid of the navigation dot in Carosel?
- Posted by Jeff (3) Offline
I've found that it is calling a bullet file from the main template in the default carosel view, and I'd like to get rid of that... where do I change it in the mod? Its the dot that loads with every banner....
thanks for the great work guys, I was a Template Plazza customer all the way back in 2008, glad to see you're still around!
Jeff
11 years 2 months ago #1
by Jeff
thanks for the great work guys, I was a Template Plazza customer all the way back in 2008, glad to see you're still around!
Jeff
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by Jeff (3) Offline
Sure... its in the upper right corner near the login button
siteground227.com/~thinkmag/praguepost.com/
11 years 2 months ago #3
by Jeff
siteground227.com/~thinkmag/praguepost.com/
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Ok add this css class inside /modules/mod_carousel_banner/assets/css/jquery.jcarousel.css somewhere
if that's still not working, try with this
11 years 2 months ago #4
by erwinschro
.container-main .jcarousel-container ul li {
background: none;
list-style: none;
margin-left: 0;
}
if that's still not working, try with this
.container-main .jcarousel-container ul li {
background: none !important;
list-style: none !important;
margin-left: 0 !important;
}
Please Log in or Create an account to join the conversation.
- Posted by Jeff (3) Offline
- Posted by erwinschro (1034) Offline