Change Font Size Basic Price Debutify Theme

Solved

Change Font Size Basic Price Debutify Theme

Ahoi1
Tourist
6 0 5

Hello,

I use the Dubitify theme. I am obliged to state the basic price in addition to the price per item. Both prices are currently the same size with no space in between. I would like to change that. So the unit price should be much smaller than the item price.

 

Can anyone help me?

Thanks 🙂

 

Ahoi1_0-1724243902151.png

 

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
7617 1833 2245

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.price-container-wrapper .text-money {
    gap: 10px;
}
.product-single__unit {
    font-size: 15px;
}

 

And Save. 

Result:

 

Made4uoRibe_0-1724245974188.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

BSSCommerce-HDL
Shopify Partner
1917 670 797

This is an accepted solution.

Hi @Ahoi1, Pls try agian with this code: 

 

<style>
span.product-unit-price font {
    font-size: 26px;
}

span.money font {
    font-size: 30px;
    margin-right: 10px;
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1724246710872.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 10 (10)

BSS-TekLabs
Shopify Partner
1842 526 612

Hello @Ahoi1 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BSS-TekLabs
Shopify Partner
1842 526 612

- Here is the solution for you @Ahoi1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css or theme.scss.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.product-unit-price .money {
 margin-left: 10px !important;
    font-size: 16px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1724245290680.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Ahoi1
Tourist
6 0 5

Thanks. 🙂  It is still too big even if I change it to font size 5. Any possibility to put it under the Unit price much smaller? 

Here it is also too big https://schlaf-ahoi.de/collections/schlaft-eltern-schlaft

BSS-TekLabs
Shopify Partner
1842 526 612
span.product-unit-price {
    font-size: 10px !important;
}

Can you try add more this code @Ahoi1 

BSSTekLabs_0-1724246010168.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Made4uo-Ribe
Shopify Partner
7617 1833 2245

Hi @Ahoi1 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Ahoi1
Tourist
6 0 5
Made4uo-Ribe
Shopify Partner
7617 1833 2245

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.price-container-wrapper .text-money {
    gap: 10px;
}
.product-single__unit {
    font-size: 15px;
}

 

And Save. 

Result:

 

Made4uoRibe_0-1724245974188.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

BSSCommerce-HDL
Shopify Partner
1917 670 797

Hi @Ahoi1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
span.product-unit-price font {
    font-size: 26px !important;
}

span.money font {
    font-size: 30px !important;
}
</style>

 

Here is result:

BSSCommerceHDL_0-1724245268605.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Ahoi1
Tourist
6 0 5

ok... something went terribly wrong...

 

BSSCommerce-HDL
Shopify Partner
1917 670 797

This is an accepted solution.

Hi @Ahoi1, Pls try agian with this code: 

 

<style>
span.product-unit-price font {
    font-size: 26px;
}

span.money font {
    font-size: 30px;
    margin-right: 10px;
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1724246710872.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency