How would I change the color of the discs that appear under the images in a Zen2 Slideshow? Thanks Elizabeth
betsywallace Hi
Try add this to custom.css file and change background color code accordingly:
.owl-controls .owl-page span{background: #880000 !important;}
betsywallace So I just need the css to change the preve and next buttons.
.owl-controls .owl-buttons div.owl-prev {background:#000 !important;} /* for previous text tab */ .owl-controls .owl-buttons div.owl-next {background:#000 !important;}/* for next text tab */
Thanks so much.. That worked for the discs. Can you give me the css for the prev and next buttons though. Thank you again, Elizabeth
What colour in particular?
An example would be > .owl-controls .owl-buttons div {background: #000;}
Are you wanting to change the colour for all the modules that use the navigation or just this module example?
Thank you. I would like the css to change the color of the prev and next buttons. As you can see the css you gave me for the discs worked #880000. But the prev and next buttons are still the wrong color. So I just need the css to change the preve and next buttons. Thank you very much. Elizabeth
aman204
Thank you aman.. that worked!
Thanks for the update