Hi I would like to change the cart icon size both top right and inside the add to cart button. I tried modifying some CSS code but it doesn’t; seem to work. Does anyone have a solution to this problem? Thank you very much for your help!
@INKLY Please follow the below steps to change the cart icon size for both top right (in header) and inside the add to cart button. Let me know whether it is helpful for you.
Go to “Online stores” → “Themes”.
Click action button from the current theme and select “Edit code”.
Search “base.css” file and paste below code at the bottom of the file like in the below attached screenshot. NOTE: You can modify the values of the width and height for both icons as per your need.
Final result will be like below image. For you information, you can see the header cart icon in the website differs from the screenshot you attached, please reach out to me if any other help is needed.
@INKLY Try changing the width and height values from 35px to 40px for the element header .header__icons .header__icon–cart svg like below. Please let me know whether it works.
@Vinsinfo When I ‘customise’ my website from shopify I can see the cart icon even on the mobile version. But when I publish the changes and go on my phone to see if it works. I still see the old default dawn theme cart icon.