• Resolved mrfmttm

    (@mrfmttm)


    For some reason when i change the background colour – Appearance – customise – Colours & Background – Site Background it also change the text colour of the product variation dropdown.

    Any idea why this is any what i should do to fix it?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    That is just how the custom colors work, to make the design a bit more cohesive.
    If you want to change the background color of the dropdown for product variations you can add this custom code in Appearance > Customize > Additional CSS, where you need to change red, with the color of your choice.

    .variations select option {
        background-color: red !important;
    }

    Regards

    Thread Starter mrfmttm

    (@mrfmttm)

    Hello @rodicaelena

    Thanks for that, works a treat.

    I used the below and its changed the text colour to black.

    .variations select option {
    ;color:black !important;
    }

    • This reply was modified 3 years, 11 months ago by mrfmttm.
    • This reply was modified 3 years, 11 months ago by mrfmttm.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background colour and dropdown text colour the same’ is closed to new replies.