Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Ive tried the following two codes at the end of my themes.css file from other posts with the same issue but niether worked :
.Footer__Inner span.Icon-Wrapper--clickable { font-size: 24px; }
and
.Footer__Social {
font-size: 30px;
}
Id essenntially want it to be like this and with larger more visible icons
- Here is the solution for you @ModifiedSix
- Please follow these steps:
- Then find the theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.Icon {
width: 22px !important;
height: 22px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hey This did not work, im not sure why
Hi @ModifiedSix
Check this one.
.Footer__Social.HorizontalList svg.Icon {
height: 2rem;
width: 2rem;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey this did not work either