Hi. Is it possible to remove the entire grey, rectangular text box in the slider, and yet still keep the text? Please see attached screenshot for clarification.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption-wrapper { background: none; } Thanks & Regards Pramod
Perfect - thank you! And is it possible to change the color of the font for the text in the slider only?
Hello, Follow Steps: Step 1-> install plugin wp-editor for editing. Goto Appearance ->Theme Editor -> select js folder and open custom.js comment a line shown in image and save/update. You can deactivate plugin after complete editing. Step 2-> Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption p { color:orange; } .flex-caption h1 a { color:grey; } You can set color code according to your requirement. Thanks & Regards Pramod Patel