only want 2 feature blocks on home page

Discussion in 'ColorWay WordPress Theme' started by jezbellkid, Sep 5, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way to only have two feature blocks on the home page. I was advised to use

    .one_fourth {
    margin-right: 0;
    margin-left: 156px;
    }
    .middle {
    display: none;
    }

    and only fill in information in 1st and 3rd features. however i still have colorway pictures showing

    Check out http://portsydneybiblechapel.ca/dir./

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS code to fix this problem.
    Code:
    .one_fourth.middle {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page