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
10092 2398 3030

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 909

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 10 (10)

BSS-TekLabs
Shopify Partner
2401 695 832

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 832

- 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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
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
2401 695 832
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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
10092 2398 3030

Hi @Ahoi1 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Ahoi1
Tourist
6 0 5
Made4uo-Ribe
Shopify Partner
10092 2398 3030

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

BSSCommerce-HDL
Shopify Partner
2305 835 909

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Ahoi1
Tourist
6 0 5

ok... something went terribly wrong...

 

BSSCommerce-HDL
Shopify Partner
2305 835 909

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now