increasing the social media icon sizes in footer- dawn theme 15.1.0

hi everyone, can anyone help me with - how to increase the social media icon size in the footer section.

i am using Dawn theme 15.1.0 version.

looking forward to the solution

thank you

Hi @momsabhiruchi

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

html .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}

Hello @momsabhiruchi
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.svg-wrapper {
width: 38px !important;
height: 20px !important;
}
.list-social__item .icon {
height: 4.2rem !important;
width: 4.2rem !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

@GTLOfficial Thank you so much..it worked perfectly. can u also please guide me how to add heading to it - as “follow Us”