Remove slider navigation arrows

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by endgamepr, May 3, 2017.

  1. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    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?
     
  2. nitin

    nitin Guest

    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
     

Share This Page