Would like to disable carousel

Discussion in 'Infoway WordPress Theme' started by michael39, Mar 7, 2013.

  1. michael39

    michael39 New Member

    Joined:
    Feb 27, 2013
    Messages:
    5
    Likes Received:
    0
    I would like to disable carousel. It does not display the images correctly in our blog posts and is not able to sort by category, which is important for our functionality. Thanks.
     
  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:
    #carousel-full {
    display: none;
    }
     

Share This Page