Thanks for your review – always nice to hear positive comments so thank you!
You can change the colour of the price text by adding this code to your theme css:
.product-price {
color: #333333 !important;
}
Update the color code there as needed.
Hope this helps 🙂
Thread Starter
da_PSI
(@da_psi)
Hi Maeve Lander,
I tried to code, but I have to put it in the style.css? I put it in there, but now all the letters (the name of the bikes) are red, the price is still grey.
Its regarding this website: http://www.aletras-megabike.eu
(Will sent a donation somewhere next week!)
It is working for me when I make the change in my element inspector for your site… please check you are putting in the correct code
.product-price {
color: #000000 !important;
}
Also I noticed your whole catalogue is in courier font so I suspect you may have accidentally put your shortcode inside [code] tags in the editor...