Urgent Help! Need to change the colour of product text.

Hello! Need help asap.

I changed the text of my product pages to red (in the code) but now want them to be 490505 colour.

I’ve tried lots of custom codes at the end of base.css but none work! Please help.

https://achillea.store/

See here - the red text needs to be brown like the other text.

I just can’t remember what I did in the code originally to make it red! :disappointed_face:

Hello @becksringzzz123
please provide the password of the website.

Hi! It is xobibu

your site is Password protected.

HEllo @becksringzzz123
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-main-product.css
add this code at the end of the file and save.

.product__info-container .product-form, .product__info-container .product__description {
color: #490505 !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

THANK YOU :heart:

Happy to help you…!!!