I would like to remove/turn off the slider description area in each slide so they don't intrude on the image. This this possible?
Hi, Greetings from InkThemes, To remove the slider description, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #myCarousel .carousel-caption { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hi! I tried this and the heading was also removed. Is it possible to keep the heading without the description? TIA
Hi, Thanks for getting back to us, Please use the below-mentioned CSS code: Code: #myCarousel li { display: none; } Regards, Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com
Hi, Greetings from InkThemes, To remove the slider, just paste the code given below in Custom CSS section. (Dashboard->Appearence->Customizer-> Additional CSS) of your dashboard. Code: .sl-slider-wrapper { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com