Hello,
I want to change the product title background color.
The idea of it is that right under the product picture a red bar with the product title in white text.
Is this possible?
1 Answers
I\’m just a user, but easiest way is In your styles.css, override \”woo_mulit_layout_product_title\” to what you want. At end of styles.css add:
.woo_mulit_layout_product_title {
background-color:red;
color: white;
}
This will change ALL product titles displayed by the plugin to this format.
please show me url so we can check more !
Invoice sent!