Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to increase social media icon size in the new "Sense" theme?

beejfarms
Excursionist
14 0 2

They are quite tiny. I've tried taking advice given for other themes, but it doesnt seem to work for Sense theme. Thank you in advance for any input!

Replies 5 (5)

ReturnPrime
Shopify Partner
486 67 111

Hey @beejfarms ,
Welcome to the Shopify community!
You can follow the instruction below:

 

.list-social__item .icon { 
  height: 2.8rem !important; 
  width: 2.8rem !important; 
}

 

 If you feel like my answer is helpful, please mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman


beejfarms
Excursionist
14 0 2

Thank you very much. Do you know which file this code would be inserted in to?

eristorecl
Excursionist
15 0 7

Hi Beejfarms,

 

It's on "componen-list-social.css" file under the Assets folder. You can also type the name on the search bar.

 

Hope this helps.

Divimove
Visitor
1 0 0

Hi Eristorecl,

 

This works but now only my Instagram and YouTube icon change in size but the TikTok icon stays small.

eristorecl
Excursionist
15 0 7

Hi ReturnPrime, 

 

Can you tell us what's the file or path to add this code?.

 

Ty in advance.