Remove area from front page

Discussion in 'Slice WordPress Theme' started by home, Mar 17, 2014.

  1. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Hiya

    Is it possible to remove the area that I have shaded in the image I've attached?
    (I tried to insert image using the Insert image icon, but it wouldn't work, so I've attached the image instead).

    If so, how can I do this?

    Thank you.
     

    Attached Files:

  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:
    .page-info {
    display: none;
    }
    .page-container .content-line {
    display: none;
    }
    .pikachoose {
    margin-bottom: 50px;
    } 
    You can adjust the value of "margin-bottom" as per your requirement.
     

Share This Page