• Resolved Mike

    (@avagolf)


    Hi Guys, are we able to change the color (fill the box) of the selected label anyway? (to show its the option selected?)

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well ??

    Try to add the following CSS rule on Appearance > Customize > Additional CSS

    .select_option.selected {
        border-color: red;
    }

    You can change the color you want in the border-color value

    Please, try it and let me know.

    Have a good day.

    Thread Starter Mike

    (@avagolf)

    Thanks Carlos! Things are great, I hope you are well too!

    Thanks for the custom CSS – this worked great. I REALLY appreciate you help and knowledge. This issue is resolved now.

    VERY MUCH APPRECIATED!

    -Mike

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello Mike,

    I’m glad the code helped you.

    I’m going to close this topic but don’t hesitate to contact us if you have any other question or problem, we’ll be happy to help you.

    Have a good day.

    Thread Starter Mike

    (@avagolf)

    Hi Carlos, Hope all is well! I wanted to reach out as I dont think the border color adjustment (via custom CSS) is working anymore. I have entered the custom CSS:

    .select_option.selected {
    border-color: #4175FC;
    }

    Was something changed in the plugin by chance? You can view a working page at: https://www.avalongolf.co/product/mens-golf-joggers-gray/

    Thread Starter Mike

    (@avagolf)

    Just to provide additional info, it does seem to change the border color after the item is added to cart (but not when initally selected before adding to cart as i would prefer).

    Thanks in advance for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Color of Label when Selected’ is closed to new replies.