Featured Product Price Change (Venture Theme)

Hello folks, how can I change the color of featured product price on my home page to red since it’s on sale?

My website is www.trendsanta.com

#shopify-section-1614263668f3adee34 .product-single__price {
	color: red;
}

@NikolaKopanic You can copy that code and paste it in theme.scss.css file. Hope it will work. If you want to solve others issue you can give me a private message otherwise direct contact Link

1 Like

hello @NikolaKopanic

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product-single__meta  .product-single__meta-list #ProductPrice-product-template.product-single__price{
	color:#e80808 !important
}
1 Like