Deleting Main Page text

Discussion in 'Local Business WordPress Theme' started by eaglepeak, May 8, 2013.

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

    eaglepeak New Member

    Joined:
    Feb 27, 2013
    Messages:
    4
    Likes Received:
    0
    For some reason the content that came with the template still appears - how do I delete:
    Our Taxi service is really awesome and you gonna love it.

    Restaurants range from unpretentious lunching or dining places catering to people working with simple food served in simple settings at low prices, to expensive serving refined food and wines in a formal setting. In the former case, customers usually wear casual clothing. In the latter case, depending on culture and local traditions, customers might wear semi-casual.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    That text are the default content in the Left Feature Area of the Theme.

    Go to the Homepage Feature Area Panel (Appearance -> Homepage Feature Area ) in your dashboard and Enter your Left Feature Heading as well as Left Feature Description there as shown in the image given below.
    [​IMG]
    This will automatically remove that previous default text.
     
  3. eaglepeak

    eaglepeak New Member

    Joined:
    Feb 27, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks! I was able to add a space in each of those 3 areas, but now there is white space below my 3 feature areas and the footer. How do I remove this area entirely?
     

    Attached Files:

  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:
    .feature_info{
    margin-top:5px;
    margin-bottom:5px;
    }
     
  5. eaglepeak

    eaglepeak New Member

    Joined:
    Feb 27, 2013
    Messages:
    4
    Likes Received:
    0
    That got rid of the space - THANKS! Can you tell me how to remove the blue lines?
     
  6. 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:
    .feature_contentbox{
    border-bottom:none;
    }
     
  7. eaglepeak

    eaglepeak New Member

    Joined:
    Feb 27, 2013
    Messages:
    4
    Likes Received:
    0
    You are awesome!
     
Thread Status:
Not open for further replies.

Share This Page