What's your biggest current challenge? Have your say in Community Polls along the right column.

Change boldness of icons

Solved

Change boldness of icons

ErhatRO
Excursionist
60 1 5

Hello!

I would like assistance making the shopping bag and menu the same "boldness" as the magnifying glass. The shopping bag seems a little lighter and the menu is in bold.

Screenshot 2024-11-04 204029.png

Accepted Solution (1)
ErhatRO
Excursionist
60 1 5

This is an accepted solution.

@Kyle_liu 

This is working, thank you!

View solution in original post

Replies 7 (7)

Kyle_liu
Shopify Partner
294 39 54

Hi  @ErhatRO 

 

Please  share your website url.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
ErhatRO
Excursionist
60 1 5
Kyle_liu
Shopify Partner
294 39 54

You can edit your theme code and add the following code for each path:

 stroke="#b8260d" stroke-width="0.3" 

 

Kyle_liu_0-1730775210839.png

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
ErhatRO
Excursionist
60 1 5

This is an accepted solution.

@Kyle_liu 

This is working, thank you!

Kyle_liu
Shopify Partner
294 39 54

Hi @ErhatRO 

Is it possible to mark my reply as Accepted, 😃

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

Dan-From-Ryviu
Shopify Partner
10283 2042 2112

Hi @ErhatRO 

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

.header__icon--menu svg path,
.header__icon--cart svg path {
    stroke-width: 1px;
    stroke: #b8260d;
}
html .header__icon .icon-search {
    width: 19px !important;
    height: 18px !important;
}

Screenshot 2024-11-05 at 09.36.16.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ErhatRO
Excursionist
60 1 5

hello @Dan-From-Ryviu 

This seems to have made them larger and bolder. I like the normal outline of the search icon so I would want the menu and shopping bag to match that while keeping the same size that they currently are.