What's your biggest current challenge? Have your say in Community Polls along the right column.

Variant dropdown menus text and background the same colour

Solved

Variant dropdown menus text and background the same colour

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
9118 2178 2688

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!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 8 (8)

Justin-Simesy
Shopify Partner
39 8 3

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
9118 2178 2688

Hi @bayprint 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Justin-Simesy
Shopify Partner
39 8 3

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
9118 2178 2688

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!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
bayprint
Tourist
5 0 2

That worked perfectly thank you for your help!