What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I increase the product price font size in the Sense theme?

Solved

How can I increase the product price font size in the Sense theme?

AlexLundquist
Excursionist
23 0 5

Hey I was trying to increase the size of my product price but was having trouble doing so and was hoping someone out there could help. I am using the theme sense and attached a pic below, thanks so much.

Accepted Solution (1)

DropAHint-Marc
Shopify Partner
23 3 4

This is an accepted solution.

Hello,

 

This is Marc from Drop Hint 2.0 Email SMS Postal.

I understand that the Theme Sense doesn't provide an option to change the size of the product price. However, fear not, as we can easily achieve this through custom code. Allow me to guide you through the process step-by-step:

 

  1. Go to your Shopify admin dashboard and navigate to "Online Store" > "Themes."
  2. Click on "Actions" and select "Edit code" for the Theme Sense.
  3. Captura de pantalla 2023-07-30 a las 10.30.28.png

    In the "Assets" folder, locate and click on the "base.css" file to access the theme's main stylesheet.

    Captura de pantalla 2023-07-30 a las 10.32.12.png
  4. Scroll to the bottom of the file and add the following code to adjust the product price size:
.price__container {
    font-size: 30px;
}

Once you've made the desired changes, click on "Save" to apply the modifications.

Now, the product price size should be updated to your specified value. If you encounter any issues or have additional questions, please don't hesitate to ask

 

 

Best regards,
Marc

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

Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.

Appsolute website. support[at]appsolute.us

View solution in original post

Replies 4 (4)

DropAHint-Marc
Shopify Partner
23 3 4

This is an accepted solution.

Hello,

 

This is Marc from Drop Hint 2.0 Email SMS Postal.

I understand that the Theme Sense doesn't provide an option to change the size of the product price. However, fear not, as we can easily achieve this through custom code. Allow me to guide you through the process step-by-step:

 

  1. Go to your Shopify admin dashboard and navigate to "Online Store" > "Themes."
  2. Click on "Actions" and select "Edit code" for the Theme Sense.
  3. Captura de pantalla 2023-07-30 a las 10.30.28.png

    In the "Assets" folder, locate and click on the "base.css" file to access the theme's main stylesheet.

    Captura de pantalla 2023-07-30 a las 10.32.12.png
  4. Scroll to the bottom of the file and add the following code to adjust the product price size:
.price__container {
    font-size: 30px;
}

Once you've made the desired changes, click on "Save" to apply the modifications.

Now, the product price size should be updated to your specified value. If you encounter any issues or have additional questions, please don't hesitate to ask

 

 

Best regards,
Marc

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

Drop Hint 2.0 - Increase revenue and engagement with hints via Email, SMS and Postal. Free plan.

Appsolute website. support[at]appsolute.us

Amfora
Visitor
2 0 0

Now the size is large all over. Is it poossible to increase the size ONLY on the article site

 

PageFly-Richard
Shopify Partner
4801 1085 1753

Hi @AlexLundquist 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.price__container {
    font-size: 40px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | 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) 


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

Amfora
Visitor
2 0 0

Now the size is large all over. Is it poossible to increase the size ONLY on the article site