Shopify themes, liquid, logos, and UX
Dear community,
I want to make some adjustments to my store. I’d like to know the following things:
Website: https://store-lamris1.myshopify.com/products/product
Password: test
Theme: Motion
Kind regards
Hi Blcksoap.
This is my first time answering a question. You can edit the size of the prices by adjusting the CSS of the class.
I found the CSS of the class by using developer tools on google chrome (Cntrl + Shift + I) or use Cntrl + Shift + C and hover the area you want to identify the class.
In your case, it would look like this. So, on your theme.css (I believe), change the font size of the class "product_price.sale-price". If you don't know where the theme.css file is, go to theme tab, find edit code, then find assets tab, then theme.css.
I hope this helped. If it didn't, let me know. Cheers
Hi @blcksoap ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
.product__price--compare {
color: gray !important; /* change gray as you like */
}
.sale-price {
font-size: 16px !important; /* change 16 as you like */
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Want to change the font style, how to do this please?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024