Can I add a ruler icon before my size chart link?

Can I add a ruler icon before my size chart link?

michellelholm
Excursionist
30 0 4

I'm wondering if I would be able to add a little ruler icon before my link to the size chart page? Just thought it would look nice visually. 

Screen Shot 2024-02-23 at 11.18.46 PM.png

Replies 2 (2)

oscprofessional
Shopify Partner
16366 2440 3188

Hello @michellelholm  If you want  to add a little ruler before the size chart page. Please follow the path:
Go to the Online Store-> Theme-> Edit code-> Assets> search file -> Product-variant-picker.liquid -> Add the code below the variant-select
I am Providing  a Screenshots and code  so that you can see and apply the code like wise

oscprofessional_0-1708763019228.png

 <div class="ruler-svg"> 
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" >
  <path d="M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z"/></svg>
</div>

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
michellelholm
Excursionist
30 0 4

Thank you for the reply! I tried that but it didn't work. Can you confirm that I did it correctly? Screenshots below...Screen Shot 2024-02-24 at 7.26.29 AM.pngScreen Shot 2024-02-24 at 7.26.49 AM.png