Home Forums WoodMart support forum Social Media Icons on Product Page (Size) Reply To: Social Media Icons on Product Page (Size)

#431959

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon { font-size: 20px !important; }

In this CSS, you can change the font-size value according to your choice.

Best Regards