Remove Pagination from Slider

Discussion in 'GoldenEagle WordPress Theme' started by tt619, Jan 21, 2013.

  1. tt619

    tt619 New Member

    Joined:
    Jan 17, 2013
    Messages:
    3
    Likes Received:
    0
    Is it possible to remove the Pagination (navigation dots) from below the slider so that the content below sits directly beneath the images?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .pagination {
    display: none;
    }
     

Share This Page