Change margin between product name and price

Change margin between product name and price

JoaquinExcitare
Excursionist
51 0 17

Does anybody know how to get the price closer to the product name?

Is it possible to change "€" to "EUR" for all my products on my website?

 

Thanks

URL: https://excitarestudios.myshopify.com/products/flower-ring-silver

Screenshot 2024-12-17 at 23.03.21.png

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9624 2293 2856

Hi @JoaquinExcitare 

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:

 

.product__title {
    margin-bottom: 0;
}

div#price-template--24072881209669__main {
    margin-top: 0;
}

 

  • And Save.
  • Result:
  •  Made4uoRibe_0-1734476317938.png

     

 

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

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
JoaquinExcitare
Excursionist
51 0 17

This one does not work @Made4uo-Ribe 

Made4uo-Ribe
Shopify Partner
9624 2293 2856

 

Try this again. replace the code with this.

 

.product__title {
    margin-bottom: 0 !important;
}

div#price-template--24072881209669__main {
    margin-top: 0 !important;
}

 

And Save. 

 

 

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

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.