Edit price on my product page - Debitufy theme

Hi,

I want to make my product price on my product pages bigger in size!

I use the Debitufy theme.

See attachment for the product price now.

1 Like

Hello!

My store link is: www.beanski.eu

Thanks!

Hi @Beanski

Do you like it more bigger? Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.price-container #ProductPrice .money { font-size: 40px !important;}

Result:

I hope it help.

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "

2 Likes

Hi,

I tried it and it worked!

Thank you much! :grinning_face_with_smiling_eyes:

1 Like

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Thank you!