Arch Posted June 11, 2020 Share Posted June 11, 2020 Site URL: http://www.arch-worldwie.com/shop-all Hello, Is there a way to make the basket/cart icon on the top right bolder? Link to comment
derricksrandomviews Posted June 11, 2020 Share Posted June 11, 2020 (edited) https://www.arch-worldwide.com/ is the working url. Click Edit on any page on your site, then click Edit Site Header. In the window that appears, click Elements. Switch the Cart toggle on. Adjust the Cart Icon Size. Click out of the window, then hover over Done and click Save. Edited June 11, 2020 by derricksrandomviews Link to comment
Arch Posted June 11, 2020 Author Share Posted June 11, 2020 1 hour ago, derricksrandomviews said: https://www.arch-worldwide.com/ is the working url. Click Edit on any page on your site, then click Edit Site Header. In the window that appears, click Elements. Switch the Cart toggle on. Adjust the Cart Icon Size. Click out of the window, then hover over Done and click Save. That's just the size though, I'd like to make the lines of the icon thicker, currently it's too thin Link to comment
derricksrandomviews Posted June 11, 2020 Share Posted June 11, 2020 (edited) there are some hover effects and color changes you can do with CSS, and you can install your own custom icon as well, here is a thread discussing that: Edited June 11, 2020 by derricksrandomviews Arch 1 Link to comment
RyanDejaegher Posted June 11, 2020 Share Posted June 11, 2020 @Arch You can add this to your custom CSS and then adjust the stroke-width value to get the result you want. svg.icon.icon--cart { stroke-width: 3px; } amanda4 and Arch 2 Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
Arch Posted June 12, 2020 Author Share Posted June 12, 2020 16 hours ago, ryandejaegher said: @Arch You can add this to your custom CSS and then adjust the stroke-width value to get the result you want. svg.icon.icon--cart { stroke-width: 3px; } Thank you! That's exactly what I was looking for 🙂 RyanDejaegher 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment