Wish to change header icon size on Brooklyn theme on desktop version only

I tried span.icon.icon-search,span.icon.icon-cart { font-size: 32px; } in theme.scss but didn’t work. Any suggestions please ? website : https://lslelegance.myshopify.com

thanks


Icons and logo too small for desktop version any suggestions please ? thanks

@lslelegance , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.icon-cart:before{
    font-size: 32px !important;
    position: relative;
    top: 4px;
}

32px = size
4px = vertical offset

Kind regards,
Diego

it works ! but it changes also the mobile version unfortunately. Can I if can provide for the desktop version only ? Also, can I ask the code for the logo, hamburger menu and customer account icon ? thank u so much :folded_hands:

@diego_ezfy please help ? thanks

@KetanKumar please help ?