Custom Footer

Discussion in 'ClassiCraft WordPress Theme' started by malmsteen, Jan 24, 2015.

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

    malmsteen Member

    Joined:
    Jan 23, 2015
    Messages:
    73
    Likes Received:
    0
    Hi can I remove 4 column footer (About this site,Archieve Widget..) just change to text menu link to page.

    Like this

    About Us | Rules | Post Free Ad | Shop Safely | Banner Advertising | Contact Us | Terms
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Go to Appearance=>Widgets
    Drag and drop widgets in footer widget areas to replace them.

    Thanks & Regards
    Pramod
     
  3. malmsteen

    malmsteen Member

    Joined:
    Jan 23, 2015
    Messages:
    73
    Likes Received:
    0
    I want to remove all this 4 footer widget and replace with 1 text box full-width so that i can put my text menu with link. How to do that?

    [​IMG]
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    You have to delete and add some code in footer.php file.
    Code:
    <div class="grid_24 alpha">
        <div class="single_footer_widget">
            <?php if (is_active_sidebar('first-footer-widget-area')) { ?>
                <?php dynamic_sidebar('first-footer-widget-area'); }?>
        </div>
    </div>
    Please follow below image and use above code.
    classi-27-jan.png



    Thanks & Regards
    Pramod
     
  5. malmsteen

    malmsteen Member

    Joined:
    Jan 23, 2015
    Messages:
    73
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page