Theme: Naturo; Change Footer to only 3 sections

Home Forums All Other Themes Theme: Naturo; Change Footer to only 3 sections

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33952
    JimJim
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 13, 2016

    Hi

    I am using theme Naturo Pro.

    My site is not live yet. However, I have a question I need help with. Currently the footer has 4 sections (About Us, Quick Links, Posts, Contact Info). I’d like to remove the “Posts” section and center the other 3 sections. I know I can place a “blank” text widget over the Post, but then the 3 sections are not equal. Can you help?

    Jim

    #33961
    RiccardoRiccardo
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: April 14, 2016

    Hi Jim;

    This is what I did; it worked for me.

    1) In the PHP sheet look for “footer-3”
    Appearance > Editor (Under Templates) Select > Theme Footer(footer.php)
    comment out and replace like this…

    <?php
    /**
    *            <?php if(!dynamic_sidebar('footer-3')) : ?>
    *              <div class="cols-4 widget-column-3">                
    *            	<h5><?php if( of_get_option('frptitle') != '') { echo of_get_option('frptitle'); } ; ?></h5>
    *               	<?php echo do_shortcode( '[footer-posts show="2"]') ;?>            	
    *               </div>
    *            <?php endif; ?>
    */
    ?>

    Then press the “Update File” button.

    2) In the style sheet look for “= Footer css”
    Appearance > Editor (Under Templates) Select > Stylesheet(style.css)
    comment out and replace like this…

    /*
    * .cols-4{width:21.6%; float:left; margin:0 6.5% 5% 0; }
    * Edit [DATE][REASON] NEW STYLE 
    */
    .cols-4{width:28.8%; float:left; margin:0 6.5% 5% 0; }

    Then press the “Update File” button.

    That’s it.

    #34006
    JimJim
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: January 13, 2016

    Hi Riccardo

    Yep…that did it! Thank you very much.

    Jim

    #34018
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Thanks for the answer Riccardo.

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Theme: Naturo; Change Footer to only 3 sections’ is closed to new replies.