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 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. 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 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: 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; } 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 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.