Tagged: background color, drop down menu, woocommerce
Hi,
Really enjoying the theme so far! We recently added the WooCommerce add-on and now we have clashing colors with the text and background color for the drop-down menus on the product and checkout pages. Even for the table/charts on the View Cart page and checkout page, is there a way to make a white or transparent background color for the drop-down menus?
Thanks in advance!
Hi,
Can you post the link to your website please?
Regards,
Josue
We need to see the website live in order to debug it.
Regards,
Josue
Can you post a link to the Shop page?
Try adding this code to the Quick CSS:
.main_color .sort-param li ul, tbody tr, .woocommerce textarea, div.woocommerce-info, .woocommerce .chosen-single, .woocommerce .chosen-results, .woocommerce input[type='text']{
background: white !important;
}
Cheers!
Josue
That worked perfectly! Thanks :) One final thing though..Can we do the same with the orange box that lists payment options? Our links are orange, and the box is orange (#f68b1f), so the link to the “Terms and Conditions” page is hidden. Just a plain white or light gray background would be perfect instead.
Thanks for all of your help & quick responses!
Try adding this too:
.main_color #payment {
background: white;
}
Best regards,
Josue
Like a charm! Thanks again :)
You are welcome, always glad to help :)
Regards,
Josue