Remove Parts of Front Page

Discussion in 'Traffica WordPress Theme' started by myallenmedia, Jul 19, 2014.

Thread Status:
Not open for further replies.
  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    I would like to remove these areas from the front page of the Traffic theme. Can you tell me what needs to be done to do that?

    About Us
    What our clients say
    Services
    And the Facebook image in the bottom right

    Basically everything from the 4 circles down. Thank you.
     
  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:
    .home-content .home_content {
    display: none;
    }
    .sidebar.home {
    display: none;
    } 
    This will solve your issue.
     
  3. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    Thank you. You guys always come through for us!
     
Thread Status:
Not open for further replies.

Share This Page