Full col description

Discussion in 'Squirrel WordPress Theme' started by muppett1984, Aug 12, 2014.

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

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    I want to add some customer feedback in this section but it won't let me return and add space/lines between the comments, it all just comes out as one paragraph. Is there any way to change this? If there isn't can you please tell me how to remove this section completely?

    Thank you,

    Jenni
     
  2. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Hi
    Go to theme editor, open front-page.php

    Go to line no 197 or find this code.

    Code:
    <div class="index-fullwidth">
                <?php if (inkthemes_get_option('inkthemes_fullcolhead') != '') { ?>
                    <h3><?php echo stripslashes(inkthemes_get_option('inkthemes_fullcolhead')); ?></h3>
                <?php } else { ?>
                    <h3>Google Apps & Ms Exchange </h3>
                <?php } ?>           
                <?php if (inkthemes_get_option('inkthemes_fullcoldesc') != '') { ?>
                    <p><?php echo stripslashes(inkthemes_get_option('inkthemes_fullcoldesc')); ?></p>
                <?php } else { ?>
                    <p>Product Developers/ Internet Marketer make more sales when they can easily display their products with the buy links in the perfect location. Products with the buy link.My husband and I are either goinuy a dog or have a child. We can't decide whether to ruin our carpets or ruin our lives. </p>
    <?php } ?>           
            </div>
    Remove every thing inside the div :
    <div class="index-fullwidth"> </div>
    This way you can remove this section.
    Thanks
    Pankaj Kumar
     
  3. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Thank you, that has worked perfectly.

    Jenni
     
Thread Status:
Not open for further replies.

Share This Page