Forums
(@dalexgray)
9 years, 8 months ago
For anyone who comes across this thread looking to hide the breadcrumbs, add the following to your child theme css file:
.woocommerce-breadcrumb { display: none; }
Thanks for the advice. Even though the “add to cart” buttons don’t line up exactly, all the product images do.
Thanks, I guess I’ll stick to line break tags and disable breadcrumbs.
nearly forgot, the website I’m working on is https://www.butterflyvegan.com
The easiest way is to install JetPack.
There is a good tip for adjusting the size of the logo once you get it up over here: https://www.pootlepress.com/2015/02/21-tips-tricks-and-css-tweaks-for-woothemes-storefront/
I figured this out. I had to add the following to my child theme’s CSS
.widget a img { display: inline!important }
This makes images in a widget display in a row instead of in a column.