Can I change the colour of the title text and bring the title from bottom to top of the sliders
I have used slides on my website to show 3 images of my services. Title for each of the each slide appear as black color by default. I wanted to change the color of the titles and bring the titles to the top of the slides. Please refer " How we help our client section" in the website http://demo.oddcounts.com/c84/index.php/home/cube-demo/
Comments
you can change it's color with the following css:
.content_slider ul li h3 { color: #FFF !important; }but you can not change it's position unfortunately.