We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I add price next to quantity selector in Studio 10.0.0?

How can I add price next to quantity selector in Studio 10.0.0?

omero
Explorer
58 0 12

Hello,

 

I need help adding price next to my quantity selector. Kindly see the screenshot below as example. I appreciate any help with this. My url is designsfordivine.com

 

omero_0-1693497846123.png

 

Thanks very much

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @omero 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

@media only screen and (min-width: 751px){
div#price-template--19358373314887__main {
    position: absolute;
    bottom: 44%;
    left: 90%;
}
}

 

  • And Save. 
  • Result: 
  • Ribe_Dagandara_0-1693501208874.png

I hope it help. 

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.
omero
Explorer
58 0 12

Thanks very much for your response but I understand your CSS helps with the positioning.

In my case I am happy to keep my existing price.

So I need help adding a new price section above add to cart.

Kindly refer to the screenshot.

Thanks very much