• Resolved marcrix

    (@marcrix)


    Is it possible to change the color of the red X? Is there a setting for this or a CSS trick?

Viewing 1 replies (of 1 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @marcrix,

    We dont have any option on the plugin settings to change the color of the x but you can achieve this using custom CSS.

    .cfvsw-swatches-blur-cross-disable::before, .cfvsw-swatches-hide-disable::before, .cfvsw-swatches-blur-cross::before {
    color:#123456;
    }

    Please use this custom CSS and change the color code as per your requirement.

    Let us know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘change the color of the red X’ is closed to new replies.