This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Robert Hall
Hello,
It is difficult to see the active navigation bullets on the bottom/center of the slider on my website and I’m trying to change them from white to color #003a79.
I found this here http://www.themepunch.com/codecanyon/revolution/liveguide/08.Sample-NavigationStyle.html and added the code where it says “Change the Style of the Bullets via StyleSheet” into my custom.css, but I got an undesired effect.
Can you help me with this?
Thanks again,
Mike
Hello,
You can do it. Put this code to custom.css file.
.tp-bullets.simplebullets.round .bullet {
background:#003a79 !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up