Blackbird theme Can I remove the Slider count circles

Discussion in 'General InkThemes Discussion and Feedback' started by joetheriault, Apr 6, 2014.

  1. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    Is there a way to remove the dots (the ones that show which slide to select) from showing up in the slider area?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-control-nav li a {
    display: none!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page