SAME TITLE DIFFERENT COLOR
-
I WOULD LIKE NUMBER 1 TO BE IN WHITE AND NUMBER 2 TO BE IN BLACK AND BOTH ARE TITLES…
HOW CAN I DO THAT?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL where you want to change the color of the titles, so I will give you the custom CSS code.
Best Regards.
https://aquavalley.co.il/
I WANT THE NUMBER OF UNITS TO BE IN WHITE HERE
BUT HERE I WANT THEM TO BE IN BLACK https://aquavalley.co.il/product/12v-max-2-tool-combo-kit/
Attachments:
You must be
logged in to view attached files.
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section.
This CSS changes the Quantity Input color to Black on Single Product page:
.single-product #quantity_6371b88d6d151 {
color: #000 !important;
}
Secondly, the Quantity Inputs on Shop or Category pages are already white: https://ibb.co/T2BbLdS
Please check back your Site after completely clearing browser and server cache.
Best Regards