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

Custom CSS issue

Home / Forums / Virtue Theme / Custom CSS issue

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 9, 2016 at 2:14 pm

I’ve been able to get all CSS changes to show up instantly. However, I cannot seem to change the font size and color of the product price on the category pages or on the individual product page. Here’s what I’ve tried, thus far….

.product_price {
color: #fffff;
font-size: 16px !important;
}

.pricebox .product_price ins .amount {
color: #ffffff !important;
font-size: 16px !important;
}

.single-product .priceobx .product_price {
color: #ffffff !important;
font-size: 16px !important;
}

What am I missing?

Terri

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