Riccardo

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • RiccardoRiccardo
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: April 14, 2016

    Hello, I emailed my admin details and no one has responded. (I’m no expert) It looks as if the services box are called on a loop. If that is correct, I’ll never be able to target the font or background with a Custom CSS tag. Please help! I have a placeholder picture of creepy Macaulay Culkin as a reminder to myself get this done. TIA

    in reply to: Theme: Naturo; Change Footer to only 3 sections #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.

Viewing 2 posts - 1 through 2 (of 2 total)