New Shopify Certification now available: Liquid Storefronts for Theme Developers

Variant dropdown menus text and background the same colour

Solved
bayprint
Tourist
5 0 2

Picture1.mp4.png

hi, we are using avis plus to create variant options for our products however the colour of the text is the same as the background in the dropdown menu.

 

i have attached a photo for reference, if anyone could provide a solution that would be amazing.

thanks 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4192 964 1172

This is an accepted solution.

Thanks for the info, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.avis-option-values.avis-dropdown-option * {
    color: black !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699541747040.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 8 (8)
Justin-Simesy
Shopify Partner
11 1 1

Hi @bayprint , can you add a link to the product page? I can help you.

Smartify - FREE Post Purchase Survey


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Website
bayprint
Tourist
5 0 2
Made4uo-Ribe
Shopify Partner
4192 964 1172

Hi @bayprint 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Justin-Simesy
Shopify Partner
11 1 1

Hi @bayprint , You add CSS on file style css:

.avis-swatch-variants .avis-dropdown-selector ul.avis-option-values>li.avis-style-value-dropdownlist label{

color: #000;

}

Smartify - FREE Post Purchase Survey


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Website
bayprint
Tourist
5 0 2

where am i adding the css? is this in the edit code part or in the custom css in theme settings?

 

Made4uo-Ribe
Shopify Partner
4192 964 1172

This is an accepted solution.

Thanks for the info, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.avis-option-values.avis-dropdown-option * {
    color: black !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699541747040.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


bayprint
Tourist
5 0 2

That worked perfectly thank you for your help!