Hi tinaha,
Thanks for using our template!
To change the text color of home slider, you can use Custom CSS in the admin panel. Go to Appearance->Theme Options->General Options->Custom CSS, enter your own CSS code in the text field.
To change the color of βThe jQuery slider that just slides.β, copy and paste the following code and click Save Options.
.ct_section_slider .carousel-caption h1{color:#666;}
To change the color of No fancy effects or unnecessary markup., copy and paste the following code and click Save Options.
.ct_section_slider .carousel-caption p.ct_slider_text{color:#666;}
To change the color of the button, copy and paste the following code and click Save Options.
.ct_section_slider .carousel-caption a.btn{color:#666;border: 1px solid #666; }
To change the color of the button when you hover the button, copy and paste the following code and click Save Options.
.ct_section_slider .carousel-caption a.btn:hover{background-color: #666;color: #fff; }
Remember to replace #666 with your desired text color code.
-
This reply was modified 9 years, 5 months ago by
Jean Hyler.
-
This reply was modified 9 years, 5 months ago by
Jean Hyler.
-
This reply was modified 9 years, 5 months ago by
Jean Hyler.
-
This reply was modified 9 years, 5 months ago by
Jean Hyler.