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

Change size of price, featured collection

Solved

Change size of price, featured collection

ads18922
Excursionist
65 0 26

Hello, I want to change the size of my prices on my featured collections so that they're the same size as the text, as currently they're bigger than the text

Screenshot 2024-11-09 at 22.41.23.png

I am using dawn theme

This is my store domain: qmpryp-cx.myshopify.com

and this is my password: chasha
Accepted Solution (1)

DaisyVo
Shopify Partner
992 126 141

This is an accepted solution.

HI @ads18922 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.price__regular span {
    font-size: calc(var(--font-heading-scale)* 1.3rem) !important;
}

 

Here is the result: https://prnt.sc/po00Uxq3Ablj
 
I hope this helps
 
Best,
 
Daisy 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)

devcoders
Shopify Partner
564 80 142

Hello @ads18922 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.

 

.product-card-wrapper .card__information {
    text-align: center;
}
.product-card-wrapper .card-information {
    text-align: center;
}
.product-card-wrapper .card__heading .full-unstyled-link {
    font-weight: bold;
}
Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Beae_Cass
Shopify Partner
447 167 181

Hello @ads18922 

I see this issue you have on Mobile Devices, right?

Please go to Online Store ->  Theme -> Select Edit Code -> Search for assets/base.css.
This is the code you can give a try:

@media screen and (max-width: 768px) {
  .product-card-wrapper .card__heading.h5 {
       font-size: 10px
}

You can change "10px" into the pixel you want.

Hope it will help!

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
ads18922
Excursionist
65 0 26

hello, this made the size of the text smaller, not the price

DaisyVo
Shopify Partner
992 126 141

This is an accepted solution.

HI @ads18922 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.price__regular span {
    font-size: calc(var(--font-heading-scale)* 1.3rem) !important;
}

 

Here is the result: https://prnt.sc/po00Uxq3Ablj
 
I hope this helps
 
Best,
 
Daisy 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ads18922
Excursionist
65 0 26

hello, this worked. However, once i added a sale to my items, the sale price is bigger than original price as shown in the image below:

Screenshot 2024-11-10 at 22.25.07.png

Is it possible to make it look like this:

IMG_2162.jpg