How to make "Icon with text" icons bigger?

Solved

How to make "Icon with text" icons bigger?

mpatsi
Shopify Partner
111 0 14

Greetings

 

I want to make the icons of "Icon with text"section bigger and remove the text from the bottom (i add those images using metafileds btw) but when i target the HTML elements in using CSS nothing looks to works....does anyone have any idea?

 

Thanks in advance

 

https://hairworkshop.gr/products/maple-rinse

 

Screenshot from 2023-06-07 11-15-58.png

 

 

Accepted Solution (1)
ennovative-it
Shopify Partner
92 12 10

This is an accepted solution.

try with:

.icon-with-text--horizontal {
column-gap:0px!important;
}

View solution in original post

Replies 7 (7)

ennovative-it
Shopify Partner
92 12 10

Try this css:

.icon-with-text img {
height: 100px!important;
width: 100px!important;
}

.icon-with-text--horizontal img+.h4{
display:none;
}

mpatsi
Shopify Partner
111 0 14

Great you are awesome, but i believe they have too much space between them.

 

 

 

 

Screenshot from 2023-06-07 12-49-25.png

ennovative-it
Shopify Partner
92 12 10

This is an accepted solution.

try with:

.icon-with-text--horizontal {
column-gap:0px!important;
}

mpatsi
Shopify Partner
111 0 14

Does not work

mpatsi
Shopify Partner
111 0 14

But don;t worry it's ok, your solution is more than enough....thank you so much!

brooke9979
Visitor
2 0 0

Thank you for your solution. I have just applied the top portion as i do still want my text at the bottom. I feel like the 100px is slightly larger than i wanted; my thoughts are that i can revise this number incrementally to my preference but i can not locate where it went in my files... how do i go about finding once i have already added it?

 

.icon-with-text img {
height: 100px!important;
width: 100px!important;
}

 

brooke9979
Visitor
2 0 0

Just found it! Thank you