Breadcrumbs category products

Posted in: Newspaper
Post count: 24

Hello, You do not appear in the product category pages , the breadcrumbs . Where do I turn this ?

web site: http://www.factoryitalia.com/wp
Thanks
Lorenzo

Post count: 23312

Hello factoryitalia,

The Woocommerce breadcrumbs are commented out in the code. You can uncomment the breadcrumbs from the woo commerce template to make them display –> http://screencast.com/t/PVp3i4U72.

Thank you for the message!

Post count: 24

perfect! It works properly. Thank you

you can also customize it as graphics ?

Post count: 23312

Hello factoryitalia,

If you want to change font-size, the color of the breadcrumbs, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/2Jrdu8vaYy

.entry-crumbs a {
color:red;
font-size: 20px;
}
.entry-crumbs {
color:red;
font-size: 20px;
}

The result -> http://screencast.com/t/4my67ZekDeo

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Hope that help!

Thank you for the message!

Post count: 24

PERFECT! Thanks
Lorenzo

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.