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

Add more Icons to Icons Row

Solved

Add more Icons to Icons Row

MollieHammond
Explorer
54 1 8

Hi all, 

 

Hope everyone is well. I was wondering if someone could please help me enable 7 icon rows in the icons row just below out slideshow image on our websites home page?

I have tried to find it in the theme CSS but perhaps i'm missing something. 

 

Theme: Palo Alto

Website: https://www.coffee.prestigerepairs.com.au/

 

Any help would be greatly appreciated. 

MollieHammond_0-1750821805330.png

 

 

Thank you!

Kind regards,

Mollie Hammond
Accepted Solution (1)
Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Sorry previous css code was wrong, please try this one to change the color

.icons-row__text *
 {
    color: #fff;
}

 

Padding issue, make sure each text block with an icon doesn't have any space. Empty space converted into <br> tag and create spaces which look like padding. 

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 12 (12)

suyash1
Shopify Partner
11112 1367 1751

@MollieHammond  option  will not be in css, please open this page in customize settings and check if you have an option to add more icons to this row, if no then code editing will be needed

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
MollieHammond
Explorer
54 1 8

Hey, yeah unfortunately it's not in the settings. That's why i'm here. I know a percentage should just need to be edited inthe code but I am unsure where to find it. 

Kind regards,

Mollie Hammond
suyash1
Shopify Partner
11112 1367 1751

@MollieHammond  you can follow steps given by @Guleria , this will make it 7 column structure, but if you want to add more icons then may need to edit code as option for more than 4 is not available in customize settings

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

Guleria
Shopify Partner
4299 825 1189

Hello @MollieHammond ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

@media only screen and (min-width: 768px) {
.icons-row__slider.items--4 {
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
}
}

 

And if you need dynamic option in section to add more than 4 icons please share the code of file sections -> icons-row.liquid

 

Regards

Guleria

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
MollieHammond
Explorer
54 1 8

Hey! Thanks so much but that only lets me put 6 icons and titles in. I did that and now it's off center. 

https://www.coffee.prestigerepairs.com.au/

Kind regards,

Mollie Hammond
suyash1
Shopify Partner
11112 1367 1751

@MollieHammond - change 7 to 6 and check

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
MollieHammond
Explorer
54 1 8

That still only allows 6 but it's much more centred and better looking now. We should be okay with just six 🙂 thank you so much!

You don't happen to know why heading text comes up white but anything input in the 'text' section comes up black do you?

Heading 4 is the perfect size but it just comes up black. 

MollieHammond_0-1750824197229.pngMollieHammond_1-1750824206248.png

 

Kind regards,

Mollie Hammond
Guleria
Shopify Partner
4299 825 1189

You can override it with another line of css code

.icons-row__text h5, .icons-row__text p
Specificity: (0,1,1)
 {
    color: #fff;
}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
MollieHammond
Explorer
54 1 8

Hey, 

thanks so much for responding. This didn't work though. I tried at the bottom of the theme liquid and also in the custom CSS on the front editor in the section. 

Kind regards,

Mollie Hammond
MollieHammond
Explorer
54 1 8

Also putting in the 6 rows made the padding at the bottom large, even with 0 padding selected. Is this fixable? Sorry to be a pain. 

Kind regards,

Mollie Hammond
Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Sorry previous css code was wrong, please try this one to change the color

.icons-row__text *
 {
    color: #fff;
}

 

Padding issue, make sure each text block with an icon doesn't have any space. Empty space converted into <br> tag and create spaces which look like padding. 

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
MollieHammond
Explorer
54 1 8

That worked, SERIOUSLY THANK YOU so so much. 

Kind regards,

Mollie Hammond