Hello, 1) How do I remove the slider heading and/or description. 2) How do I change the font colour / background colour of the slider heading and description (should I choose to keep the slider headings and descriptions). Thanks
Hello, 1) To remove the slider caption, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: .salesdetails { display: none; } 2) To change the color of slider caption heading and description, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: .sl-slide-inner h1{ color:#eee; } .sl-slide-inner p{ color:#eee; } You can either keep the caption or remove it but, you won't be able to keep it for your desired slider image. That needs a source code modification. I hope you understand, Warm Regards! Naveen Kolhe InkThemes.com