Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63853
    Heather Nelson
    Participant
    Premium Member

    Is there a way to make the social media icon and text in the Footer larger?

    Here’s the temporary url to the site. https://o7s.4c3.myftpupload.com

    #63854
    vako
    Keymaster
    WP Royal Team

    Hi Heather,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .footer-socials a, .footer-socials-icon {
    
    font-size: 25px !important;
    
    }

     

    Kind Regards

    #63856
    Heather Nelson
    Participant
    Premium Member

    Thank you! That worked.

    One other question – is there a way to get the social media text label to show up with the icon on mobile?

    #63864
    vako
    Keymaster
    WP Royal Team

    Hi Heather,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px)  {
    .footer-socials a span:last-child {
    display: block !important;
    }
    }

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.