Change price font size product page - Dawn 7.0.1

Solved

Change price font size product page - Dawn 7.0.1

Dekanten
Navigator
343 2 121

Hello

 

I would like to increase the pricefont with a bigger font and make it more bold.

 

Anything we can do?

 

My url:

 

Accepted Solution (1)

developerSP
Pathfinder
85 3 20

This is an accepted solution.

Hello @Dekanten 

please add this css Asset > base.css and paste this at the bottom of the file:-

.price__regular .price-item {
font-size: larger;
font-weight: bold;
}

 

developerSP_0-1691116074278.png

 

 

banned

View solution in original post

Replies 6 (6)

developerSP
Pathfinder
85 3 20

This is an accepted solution.

Hello @Dekanten 

please add this css Asset > base.css and paste this at the bottom of the file:-

.price__regular .price-item {
font-size: larger;
font-weight: bold;
}

 

developerSP_0-1691116074278.png

 

 

banned
Dekanten
Navigator
343 2 121

@developerSPI tried the code and the text get bold but the size on the price text still the same, but i fixed the code like this: Its working like a charm now, thanks to you. 🙂

 

.price__regular .price-item {
font-size: 19px !important;
font-weight: bold;
}

 

 

developerSP
Pathfinder
85 3 20

Hello @Dekanten 

 

If it is working fine for you then please like the solution as accepted solution.

 

Thank you😊

banned
Dekanten
Navigator
343 2 121

@developerSPHello its done allready. 🙂

developerSP
Pathfinder
85 3 20

Ok thanks😊

banned
Tiara
New Member
6 0 0

Hey, I tried this method but this also changes the price font size on the catalogue page, I want different font size on the product page and catalogue page