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
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
@lslelegance , do this to fix it in 20 seconds:
.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 ![]()
@diego_ezfy please help ? thanks
@KetanKumar please help ?