How do I remove

Discussion in 'Traffica WordPress Theme' started by mhakiwa, Oct 16, 2013.

  1. mhakiwa

    mhakiwa New Member

    Joined:
    Oct 9, 2013
    Messages:
    3
    Likes Received:
    0
    Hi
    Please can you tell me how can I get rid of 3 sections on my front page as shown in my attachment.

    Kind regards Bridget
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature_box {
    display: none;
    }
    .home_content {
    display: none;
    }
    .sidebar.home {
    display: none;
    }
    This will solve your issue.
     
  3. jc52

    jc52 New Member

    Joined:
    Oct 22, 2013
    Messages:
    2
    Likes Received:
    0
    Hi Piyush,

    How do I get rid of the footer area (gray colored) that has Contact Us, Our Pages, Search Anything, and InkThemes Theme?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container{
    background:red;
    }
    Inplace of "red" put your color code.
     

Share This Page