Social media icons in footer

Home Forums Jevelin Theme Social media icons in footer

Home Forums Jevelin Theme Social media icons in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • klp111
    Participant

    Hi,

    Is it possible to re-order the social media icons we have on our footer?

     

    blog.gregorypacks.com

     

    My client would like to see them in this order: Instagram, Facebook, Youtube, Twitter.

     

    Thank you!

    -Kristy

    Solution for this topic

    Hi Kristy,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-footer .sh-copyrights-social a.social-media-twitter {
        float: right;
        border-right: 1px solid rgba(255,255,255,0.15);
    }
    
    .sh-footer .sh-copyrights-social a.social-media-instagram {
        float: left;
    }
    
    .sh-footer .sh-copyrights-social a.social-media-youtube {
        border-right: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    klp111
    Participant

    Hi,

     

    This worked! Thank you! 🙂

     

    Thanks,

    Kristy

    You are most welcome here 🙂

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