How to increase the social icon size in FLOW theme

Hi guys,

Our store currently using FLOW theme, the social icons on the announcement bar look really small. What’s the best way to change the size of social icons? I guess there will be some coding involved.

Store URL: www.oobamboo.com.au

Much appreciate your help.

Kind regards

Emma

hi @Oobamboo ,

For your issue, you can go to Online Theme => Customize code => assets/custom.css and then add the short code bellow at the bottom of this file:

.announcement-bar #sharing .fa-2x {
font-size: 25px!important;

}
Hope can helpful to you!

Oh wow… it works like magic! Thank you, Skype :grinning_face:

@Oobamboo ,

if my suggest helpful to you, Can you please make it become is the solution and share like for me? Thank a lot!