SupportCategory: Wordpress PluginsWoo Product Multi Layout – change layout
info113 asked 5 years ago

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?

eDataStyle Staff replied 5 years ago

Invoice sent!

1 Answers
jim4 answered 5 years ago

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.

eDataStyle Staff replied 5 years ago

please show me url so we can check more !