Remove 2 and 3 column sections

Discussion in 'Squirrel WordPress Theme' started by mb1102, Aug 1, 2013.

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

    mb1102 New Member

    Joined:
    Aug 1, 2013
    Messages:
    2
    Likes Received:
    0
    I do not have enough content at the present time for the 2 and 3 column sections. Can you please provide the code for these to be removed. I would also like the email address and website to link in the footer, but I do not see how to set it up. www.allaroundwc.com Thanks!
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .text-featute {
    display: none;
    }
    .feature-content {
    display: none;
    }
    
    2.For your second issue

    Go to Appearance > Widgets
    Drag text widgets and add your link there and drop them in the first, second and third widget area.

    Code:
    <a href="Enter your link address here">Enter your text here</a>
     
  3. mb1102

    mb1102 New Member

    Joined:
    Aug 1, 2013
    Messages:
    2
    Likes Received:
    0
    Perfect! Thank you.
     
Thread Status:
Not open for further replies.

Share This Page