How to increase social media icon size in Venture theme?

Hello,

How can I increase the size of my social media icons in the Venture theme?

Link to store and location of the issue?

https://vescometalcraft.com

Bottom of page, center. 3 icons.

in theme.scss.css line 1885, you’ll see this

.social-icons .icon {
width: 40px;// adjust as desired
height: 40px;// adjust as desired
}

Adjust both width and height as desired, also remember to make both height and width the same value

Thanks! Found the code on line 1112.

Hi,

Are you able to help me enlarge the social media icon in Footer for the theme Dawn please?

@PinkoMania in file “component-list-social.css” line 13 you should see this

.list-social__item .icon {
    height: 1.8rem;// adjust this
    width: 1.8rem;// adjust this
}

And making both height & width the same size is ideally the best.