Remove generic text fields completely

Discussion in 'Squirrel WordPress Theme' started by cello1000, May 31, 2013.

  1. cello1000

    cello1000 New Member

    Joined:
    May 28, 2013
    Messages:
    5
    Likes Received:
    0
    How does one totally remove the homepage headings (so it won't display 'WordPress themes with single click installation' etc) if I also don't want my own text there? For that matter, is it possible to totally remove any/all of the pre-filled text fields and images, if I don't want to add my own?
    I'm quite new to all this so apologies if this is a silly question!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    .header-info {
    display: none;}

    And Please do share a list of text which you don't want to show on your site.
    I will provide you easy solution for that.
     
  3. cello1000

    cello1000 New Member

    Joined:
    May 28, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks very much. I would also like to get rid of the following text:

    'We are Scope, a design firm in England'
    'Powerful reporting' + description, 'mobile device friendly' + description
    One out of the three col images + title and description
    'Google Apps & MS exchange' + description

    Thanks again.
     
  4. cello1000

    cello1000 New Member

    Joined:
    May 28, 2013
    Messages:
    5
    Likes Received:
    0
    Also, I would like to change the dimensions of one of the three column images - the image I uploaded was slightly narrower than the template one and has come out too wide (stretched).
     
  5. cello1000

    cello1000 New Member

    Joined:
    May 28, 2013
    Messages:
    5
    Likes Received:
    0
    One more - whenever I enter text on to another page it comes out 1.5x or double-spaced. How do I make it single-spaced?
     
  6. Gourav

    Gourav Support Staff

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

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]

    Now,

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

    Code:
    .slider-info h1 {
    display: none;
    }
    .text-featute {
    display: none;
    }
    .index-fullwidth {
    display: none;
    }
    .feature-content .feature-item {
    width: 400px;
    }
    .feature-content .feature-item img{
    width:200px;
    }
    Adjust its value as per your requirements.
     
  7. cello1000

    cello1000 New Member

    Joined:
    May 28, 2013
    Messages:
    5
    Likes Received:
    0
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue.
     

Share This Page