Hello, I only need to show Slider Headings for the Home Page Slider area. Although I uploaded my customer's images and replaced the desired text, and I also removed text from the index.php; I still see a small blank grey box to the right of the box containing the slider heading. I do not want to have a slider description. I also need only 1 button, how can I use a button on a slider if I want one, and not use a button if I don't want one? Please help. Thanks.
Hello, Paste the code given below in Custom CSS section to remove slider description. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .salesdetails p { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade