Price Tag Icon in Complimentary Product block

Hi
Is there a way to change the size of the Price Tag icon in the Complimentary Product block in the Product page?

https://hivissupermarket.com/

chedri

Thanks

GSS

@GSS_Social Can you please share this page link?

Hello @GSS_Social
Please share your store URL and password (if it’s password-protected),
so that I can check and provide you with the exact solution.

Added link in initial thread

Added link in initial thread to view

@GSS_Social which icon do you want to increase?

Hello @GSS_Social which icon do you want to increase?

Can you share screenshot ?

There you go!

@GSS_Social - add this css to the very end of your gdpr.css file and check

.summary__title .svg-wrapper{height: 30px; width: 30px;}

Hello @GSS_Social

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.summary__title .svg-wrapper{
   height: 30px; 
   width: 30px;
}

Had to put !important at end to make it work on mine!

Hello @GSS_Social Ok great :+1:

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts.

Screenshot 2025-05-24 at 7.02.04 PM.png

That’s great, but the text? How do I center it to the icon?
Thanks

GSS

Hello @GSS_Social

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.accordion .summary__title {
align-items: center!important;
}

Thank you!

Hello @GSS_Social
Please like all the comments. Thank you so much, dear.