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

How can I make the social media icons bigger and under this in Prestige

How can I make the social media icons bigger and under this in Prestige

ModifiedSix
Excursionist
14 0 7

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 

Screenshot 2024-07-18 at 10.48.25 AM.png

Replies 4 (4)

BSS-TekLabs
Shopify Partner
2401 695 836

- Here is the solution for you @ModifiedSix 
- Please follow these steps:

step.png

- 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:

BSSTekLabs_0-1721315174462.png

 

 

- 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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
ModifiedSix
Excursionist
14 0 7

Hey This did not work, im not sure why 

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @ModifiedSix 

Check this one.

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.Footer__Social.HorizontalList svg.Icon {
    height: 2rem;
    width: 2rem;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1721315942386.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ModifiedSix
Excursionist
14 0 7

Hey this did not work either