Home Forums Themes Support Claue Change the border color of product variation image?

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #26172

      How to change the border color of the product variation image that the customer choose?

      I want to highlight the variation product that the customer chooses to see the difference clearly.

       

      Thank you.

      Attachments:
      You must be logged in to view attached files.
    • #26175

      Hi,

      Could you send us your site url and temporary admin as private reply. Our team will check and help you solve the issue.

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #26178
      This reply has been marked as private.
    • #26184

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .variations_form .variations .value .adsw-attribute-option {
      	background-color: transparent;
      }
      .variations_form .adsw-attribute-option .meta-item-text {
      	border: 1px solid #cacaca;
      }
      .variations_form .adsw-attribute-option .meta-item-img.active i, 
      .variations_form .adsw-attribute-option .meta-item-text.active {
      	border: 1px solid #6f6f6f;
      }

      and change #cacaca, #6f6f6f with your color.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #26197

      I’m done.
      It works great.

      Thank you very much.

Viewing 4 reply threads

You must be logged in to reply to this topic.