• Resolved Tingwe

    (@tingwe)


    Hello Anthony,

    How can i move social media icons to footer (@smallprint) so in the header just display logo and menu ?

    display:none @social media icon and then divide with grid in smallprint ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello!

    Can you send the link of your site? Its easy to see what you need. ??

    Thread Starter Tingwe

    (@tingwe)

    I send a picture of what i mean

    Hmmm… You need to find the code of the links on the header.php and paste on footer.php

    Is possible that you have to make some aditional styles to make those links fit properly on the footer.

    Thread Starter Tingwe

    (@tingwe)

    Can it done only through css (child theme) so it will not bother if there is any updates ?

    Theme Author Anthony Hortin

    (@ahortin)

    You’ll need to override the header.php and footer.php templates in your child theme. Do this by simply making a copy of the original versions and put them in your child theme folder. Then you’ll need to move the following code to wherever you’d like to display the icons.

    <div class="social-media-icons">
       <?php echo quark_get_social_media(); ?>
    </div>
    Thread Starter Tingwe

    (@tingwe)

    Thanks for response ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move social media icon to footer’ is closed to new replies.