Is there a way to make the text in this icon row larger or bolder on the product page?

Solved

Is there a way to make the text in this icon row larger or bolder on the product page?

sofiakarkus
Tourist
26 1 4

Is there a way to make the text in this icon row larger or bolder on the product page?

placentactive.com.au

Screenshot 2024-09-03 151504.png

Accepted Solution (1)
Huptech-Web
Shopify Partner
908 186 189

This is an accepted solution.

Hi @sofiakarkus 
Yes, It is possible. 

Add below CSS to theme.css

span.icons-row-block__text {
    font-size: 18px;
    font-weight: 700;
}

 

It will look like this

 

HuptechWeb_0-1725350088840.png

 

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

View solution in original post

Replies 4 (4)

Huptech-Web
Shopify Partner
908 186 189

Hi @sofiakarkus 
If you are talking about these 👇 icons, Then you need to upload a high. resolution icons because these icons are 100x100 in size.

HuptechWeb_0-1725349634939.png

Thank you

D.P.

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
sofiakarkus
Tourist
26 1 4

Hi,
Sorry, I should have specified that I meant the text below these icons. Is it possible to make that text appear bolder or larger?
Thanks!

Huptech-Web
Shopify Partner
908 186 189

This is an accepted solution.

Hi @sofiakarkus 
Yes, It is possible. 

Add below CSS to theme.css

span.icons-row-block__text {
    font-size: 18px;
    font-weight: 700;
}

 

It will look like this

 

HuptechWeb_0-1725350088840.png

 

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
sofiakarkus
Tourist
26 1 4

Thank you so much, it worked!