Home page change

Discussion in 'Infoway WordPress Theme' started by omdronen, Jun 21, 2014.

  1. omdronen

    omdronen Guest

    Joined:
    Jun 21, 2014
    Messages:
    1
    Likes Received:
    0
    I am setting up my web pages with InfoWay.

    My news shows up automaticly on the home page, where 3-4 of are sliding over the screen.
    I want to remove this part, but cannot find a way.
     
  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:
     div#carousel-full {
    display: none;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page