Remove slider buttons

Discussion in 'Squirrel WordPress Theme' started by lmjwebdesign, Sep 24, 2014.

  1. lmjwebdesign

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,

    Is it possible to remove the small buttons below the slider but without loosing the slider effect?

    Thanks a lot!
    Lysette
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.pagination {
    display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page