Okay
  Public Ticket #2083472
Social Media Icons Size Increase
Closed

Comments

  •  1
    Nadeem4ul started the conversation

    Hello How can we increase the size of the social media icons that come in the footer ?

  • [deleted] replied

    Hi,

    Can you please add the code below to your Custom CSS area:

    .social-networks.rounded li a {
        width: 55px;
        height: 55px;
    }
    .social-networks.rounded li a i {
        font-size: 24px;
    }

    Have a nice day!