Search icon size Brooklyn theme

asd123
Excursionist
20 0 8

Hello,
I am looking for a solution how to make the search icom bigger so it is the same size as the cart and the user. It should be 35px. I tried to do it on my own with css styles but I did not come to it. There is a before attribute in css and it is somehow blocking me. See the pic below.

asd123_0-1636534530562.png

 

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @asd123 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Zworthkey
Shopify Partner
5581 642 1565

@asd123 
Paste this code on top of the theme.scss file.

.supports-fontface .icon:before {
    font-size: 35px !important;
}

Thank You.

asd123
Excursionist
20 0 8

@Zworthkey unfortunatelly it affects also other icons on the site. 😞