Hi there. I want to only use one slider image. How do I remove the "next" and "previous" navigation arrows from on top of the banner?
Hi, Greetings from InkThemes, To remove the navigation arrows, just paste the code given below in Custom CSS section (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .carousel-control .glyphicon-chevron-left { display: none; } .carousel-control .glyphicon-chevron-right { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com