Removing bottom slider on Infoway

Discussion in 'Infoway WordPress Theme' started by wpsite, Jul 24, 2013.

Thread Status:
Not open for further replies.
  1. wpsite

    wpsite New Member

    Joined:
    May 21, 2013
    Messages:
    6
    Likes Received:
    0
    I'm working on a new page for our site using InfoWay theme, but I have run into a problem. We seem to have a random slider on the bottom of our page that we don't want. The slider at the top works fine for us, but I can't seem to find a way to remove it? Any help would be appreciated!!
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    #carousel-full {
    display: none;
    }
    This will solve your issue.
     
  3. wpsite

    wpsite New Member

    Joined:
    May 21, 2013
    Messages:
    6
    Likes Received:
    0
    thanks
     
Thread Status:
Not open for further replies.

Share This Page