Can you please provide CSS code to allow me to change the color (and size) of the slider headings and the slider descriptions. Thank you.
Hello wlcox409! Please follow the screenshot given below. Now,paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption h1 a { color: red; font-size: 24px; } .flex-caption p { color: blue; font-size: 18px; } Thanks, Praveen
Thank you Praveen, I have made the changes as you suggest. This code changes the Slider heading to red, but it doesn't change the color of the Slider description (to blue). I can vary the color of the Slider heading by change "red" to "white" etc, but I have no control over the color of the Slider description text. This code also changes the font style. How can I keep the original font style and also change the color of the Slider description. Here is the URL - jfd.wilcoxonline.org Thank you for your help.
Hello! Please use the following CSS code :- Code: .flex-caption h4 { color: white; font-size: 18px; } As far as issue regarding font style is concerned, eariler font was cufon text ( convert text to image ). So, I will suggest you to use font resemble to cufon text. Thanks, Praveen