I want change the color of product descriptions on all the pages. I am able to do that in product description html but don’t want to do it for each and every product. If someone could guide on where and what code to apply in my theme code it’ll be much appreciated. Also would like quantity picker on product page also so need guidance for that also. I’m using Unero theme, store link is https://sundus-talpur.myshopify.com/ and storefront password is : ord
Hello @jsaeed
Please add the code in rt-application.scss.css file
Go to Online store → Theme → Action → Edit code → Asset → rt-application.scss.css
.rt-unero-tabs.product-tabs .description_tab a {
color: red !important; /*cange the color as per requirement*/
}
.rt-unero div.product .rt-unero-tabs .panel p {
color: #000;
}
ok i was able to change the color but still wasn’t able to hide the quantity selector. I pasted the code for quantity selector below the color code in rt application