• Resolved dany77ba

    (@dany77ba)


    Hi,
    there’s any way to change fonts / apply a background color to labels ?

    Best regards,
    Daniele

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you mean when using the label option, to change the background color and the font color?

    Thread Starter dany77ba

    (@dany77ba)

    WOW MrWPCrafter! ??
    Yes Adam, I mean that…I’d like to use the plugin alongside Elementor but a native Astra Theme integration would be anyway appreciated ??

    P.S.
    My best wishes for “Surecart” project ??

    Hi @dany77ba,

    It’s Mario from the support team.

    Actually, there is no option in the Variation swatches plugin to change the font color and background color.

    But in the future, these features will be added soon. For now, I’ll provide you with a CSS that helps you to change the font or background color.

    /* Code for font color*/
    .cfvsw-swatch-inner {
    color: green;
    }
    /* Code for background color */
    .cfvsw-swatches-option.cfvsw-label-option {
    background: grey;
    }

    I hope this helps.

    Let us know if we can be of any further assistance.

    Thread Starter dany77ba

    (@dany77ba)

    Hi Mario,
    thanks for helping me, I really appreciate, can’t wait for upcoming new features!

    Best regards,
    Daniele

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @dany77ba,

    If there is anything else we can help you with, please do not hesitate to ask us. We are here to help you.

    Have a wonderful day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Fonts / Colors’ is closed to new replies.