Home Forums WoodMart support forum SAME TITLE DIFFERENT COLOR

SAME TITLE DIFFERENT COLOR

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420193

    idan
    Participant

    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.
    #420295

    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.

    #420701

    idan
    Participant

    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.
    #420842

    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

Viewing 4 posts - 1 through 4 (of 4 total)