This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall
Hello,
I am trying to put a picture on the title on the product page (http://indumelab.com/?product_cat=somo-fabricantes) as all my title(http://indumelab.com/?page_id=113), but i can´t. On the other hand, can you please help me to tell me how to modify the Catalogue product, for example i want to hide the filter on the product page, but i can´t or hide the wish list, or modify the colors,..etc.
Product page: http://indumelab.com/?product_cat=somo-fabricantes
Hello,
Please use this code in Theme Options->Custom CSS->Global Custom CSS.
1)
.bc-type-1 {
background-image: url(http://indumelab.com/wp-content/uploads/2015/10/Fondo-titulos.png);
padding: 50px 0 !important;
}
2)
.filter-wrap{
display:none;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up