Remove Bold and make spacing smaller

Hey,

i would like to remove the bold from my product names and also make the space between the namen and the price smaller. is this possible?

url: sixdreamz.com

password: sdc2003

Hi Six - you should be able to remove this and adjust the spacing by adjusting the css of your theme (assuming you’re comfortable with that). You can find it in online store > themes > actions > edit code. Then navigate to the Assets folder.

sadly im not able to do that on my own :confused:

Hi @sixdreamz ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.card__heading {
    font-weight: 400;
}
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
margin-top: 0 !important;
}

Hi @sixdreamz

I saw you removed bold in product name, please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to reduce space

.card-information>.price { margin-top: .1rem !important; }