How can I increase the size of my social icons in the announcement bar?

Hi,

how can I make the social icons in my upper announcement bar bigger?

https://pferdinand.myshopify.com/

Pass: sasa

thank you

Hi @Daniel19901 , add the below code to your theme’s CSS file.

.toolbar__social .icon {
    width: 24px !important;
    height: 24px !important;
}

Notice I used 24px for width and height. You can increase or decrease it per your need.

Hi @Daniel19901

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly