Remove Block from Services section

Discussion in 'BusinessGrow One Page WordPress Theme' started by jezbellkid, Apr 26, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way to only have three blocks under the services section instead of four?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    li#services_box_container3 {
    display: none;
    }
    .ch-grid li {
    margin-right: 215px;
    } 
    This will solve your issue.
     
  3. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I am building another website and now would only like 2 blocks. I am assuming I need to change the "box_container3" to "box_container2" ??? please comment.

    Thanks
     
  4. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li#services_box_container4 {
    display: none;
    }
    .ch-grid li {
    margin-left: 150px;
    margin-right: 130px;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I am still having problems with the "feature Blocks" on my home page. I only want two yet the default theme has four. I have deleted the pictures yet there are left two broken image pictures. please visist http://portsydneybiblechapel.ca/dir./ you can see. I only want the two features that are showing. PLease help

    Thanks
    Jez
     
  6. Yogesh

    Yogesh Guest

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

    You are discussing in BusinessGrow theme's thread and asking about colorway theme, it created confusion.
    We gave you above code for businessgrow theme.

    1. Put your content in First and Third block.
    2. Paste following CSS in Custom CSS.
    Code:
    .one_fourth {
    margin-right: 0;
    margin-left: 156px;
    }
    .middle {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page