How do i add 2 big* Facebook and Instagram buttons to my header ?
Also how do i make the Facebook and Instagram’s buttons in my footer much bigger then they are now ?
maybe you know ?
here is my website:
https://vidaswatches.com/
I’m using dawn.
How do i add 2 big* Facebook and Instagram buttons to my header ?
Also how do i make the Facebook and Instagram’s buttons in my footer much bigger then they are now ?
maybe you know ?
here is my website:
https://vidaswatches.com/
I’m using dawn.
Hi @shayvidas
To add social icons to the header, custom coding is required.
However, if you want to make them larger across your entire store, try this solution.
.list-social__item .icon, .utility-bar__grid .list-social__item .icon {
scale: 1.5;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hello there @shayvidas follow these steps and it should work for you
.list-social__item .icon {
width: 25px !important;
height: 25px !important;
}
Hi @shayvidas , thank you for posting here!
1. Go to your Shopify admin and navigate to Online Store > Themes.
2. Access Theme Editor. Then find your active theme and click Actions > Edit code.
3. Locate the CSS File
In the left-hand menu, locate your CSS file. This might be named something like:
Replace 120px with the size you prefer. The values for width and height can be adjusted proportionally.
5. Save and Preview
Click Save and then preview your store to check the changes.
Please press 'Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
Hello @shayvidas Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.svg-wrapper {
width: 40px !important;
}
Thanks
hi my very good friend,
so so much thanks for your help on this,
but no i still see this the same i dont see any change
thank you my very good friend, for even taking the time with screenshots and all
but not they dont change the size even after saving,
i’m not sure why
friend thank you it’s not working (so it seems at least. i dont see any change)
Welcome! Would you mind hitting ‘like’ as well? Thanks!