Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Variable Product Options Text Colour

Home / Forums / Virtue Theme / Variable Product Options Text Colour

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 1, 2017 at 9:41 am

Hi there,

I’m need to change the text colour of all variable product options (in drop down) to black but can’t seem to find the right css selector.

Here is an example of a product as it is now:

When you click on Choose an option, the size option “Medium” is white, so only becomes visible when hovering over it.

I’ve already added some css to style various elements and this is what I have so far:

.topbarmenu .topbar_social ul li a {
font-size: 25px;
}

#nav-main ul.sf-menu ul li a,
.nav-main ul.sf-menu ul li a,
#nav-second ul.sf-menu ul li a {
font-size: 20px;
}

#carouselcontainer-hcustom_carousel.rowtight {
color: #ffffff;
}

.grid_item.product.product_item.custom_carousel_item.all.postclass {
background-color: #000000;
}

.product_item .product_details
h5 {
background: #000000;
}

.product_item .price {
background: #000000;
}

.product_item.hidetheaction .kad_add_to_cart {
background: #000000;
color: #000000;
}

.products div.product {
border-color: #000;
}

Can you help please?

Thanks in advance,

Steve

  • The forum ‘Virtue Theme’ is closed to new topics and replies.