How to remove "homepage heading" and "homepage two cols" ??

Discussion in 'Squirrel WordPress Theme' started by flip123, Jan 24, 2013.

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

    flip123 New Member

    Joined:
    Dec 13, 2012
    Messages:
    7
    Likes Received:
    0
    Please Help!

    I have Squirrel Theme Pro but want to remove the theme options of "Homepage heading" and "Homepage two cols"

    I do not have enough to say on my home page to fill these spaces. It would look a lot better if they were just gone, but I can't figure out how to get rid of them.

    Thanks for the help!
    BTW, This is my first WordPress site and i have Zero coding experience.

    http://www.findlayillinois.net
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .header-info {
    display: none;
    }
    .text-featute {
    display: none;
    }
     
  3. flip123

    flip123 New Member

    Joined:
    Dec 13, 2012
    Messages:
    7
    Likes Received:
    0
    Thank you Gourav!!
     
Thread Status:
Not open for further replies.

Share This Page