Delete columns homepage

Discussion in 'Black Horse WordPress Theme' started by maes39, Mar 30, 2017.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    On my website http://www.d-orstables.com we want to delete the columns area on the homepage.
    Also the frame under these columns we want do delete.

    Can you help me with the code I need for these changes??
    I've attached an picture with the frames marked which I want to delete.
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,
    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.

    Code:
    .index-container.first_featured{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    This solve my problem for a part, when you look at my website you see some white frames.
    Is it possible to delete these, or do you have the code to change the color of these frames??
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You can use below custom CSS codes in the same way as you did before.
    Code:
    .index-container.bottom-container{
    padding:0;
    }
    .index-container.buy-now-container{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page