S M L in bold

Solved

S M L in bold

Suco
Explorer
117 0 14

IMG_2548.jpeg

 Hello guys , can help me make this in bold 

like the S in bold 

I use refresh theme 

url - https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

 

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @Suco 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Store -> Themes -> Edit Code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

<style>
variant-selects label {
  font-weight: bold !important;
}
</style>

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

HDL-Shin
Shopify Partner
80 21 16

Hi @Suco
Please insert this code into your css file

variant-selects label {
    font-weight: bold !important;
}

Result: 

HDLShin_0-1715514959090.png

Hope this can help you

Kind regards,

HDL-Shin



If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
♥️♥️♥️ HDL-Shin || Shopify Partner ♥️♥️♥️

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @Suco 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Store -> Themes -> Edit Code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

<style>
variant-selects label {
  font-weight: bold !important;
}
</style>

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.