Take out the Arrows and three dots on slider

Discussion in 'ColorWay WordPress Theme' started by jruffer, Aug 2, 2018.

  1. jruffer

    jruffer New Member

    Joined:
    Sep 9, 2016
    Messages:
    7
    Likes Received:
    0
    We are not using the slider functionality. Is there away to turn off the arrows and dots?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the logo, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .carousel-indicators {
        display: none;
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        display: none;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page