The "Choose an option" color
Hello!
https://www.gardenmenagerie.com/index.php/product/akita/
How do I change the "Choose and Option" background color? I've tried all kinds of things but can't seem to change it...
Also, is there a possibility to get rid of the prices in the shop slider but keep the price showing on the main product page. I have code to get rid of the prices but it removes them everywhere.
Comments
Hi,
please add the following custom css in Theme Options > Custom CSS & JS > Custom CSS and this would help you:
form select:focus { background-color: transparent !important; } .shop_slider .shop_slider_ul li .item_wrapper .price{ display:none; }Yes baby! it worked! Thank you so much!
Is there a way to center the text of the ShopSlider? It's kinda just sadly hanging out on the left.
https://www.gardenmenagerie.com/index.php/akita/
Use the following CSS code:
.shop_slider .slick-slide .desc h4{ text-align: center; }Best regards