How Can I Remove The Three Column Feature

Discussion in 'RoadFighter WordPress Theme' started by deekay, Nov 26, 2013.

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

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    I am not using the three column feature on my website and I cannot work out how to remove it. Can someone please give me some code I can put into the custom CSS to get rid of the three column feature?

    Thank-you.
     
  2. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Okay, just worked it out. For anyone that has the same issue, just paste the following into the Custom CSS section:

    .feature-content{
    display:none;
    }
     
Thread Status:
Not open for further replies.

Share This Page