Hi
Is there a way to change the size of the Price Tag icon in the Complimentary Product block in the Product page?
chedri
Thanks
GSS
Hi
Is there a way to change the size of the Price Tag icon in the Complimentary Product block in the Product page?
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?
@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
.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 ![]()
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.

That’s great, but the text? How do I center it to the icon?
Thanks
GSS
Hello @GSS_Social
.accordion .summary__title {
align-items: center!important;
}
Thank you!
Hello @GSS_Social
Please like all the comments. Thank you so much, dear.