How to change the color of the product name that when I click to select options it’s showing the product name color blue, i want to make it black,
here my store link: https://b6448a-44.myshopify.com/
How to change the color of the product name that when I click to select options it’s showing the product name color blue, i want to make it black,
here my store link: https://b6448a-44.myshopify.com/
Add This css in your edit code > base.css file
.product .product__title h2 {
color: #000;
}
Hello @ai41
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @ai41
.product__title h1 {
color: #000!important;
}