Archived topic
Logo not appearing in woocommerce page headers
3 replies · Started by TWMA Support on October 4, 2020
Hi
my logo for the site is not showing in headers on woocommerce related pages such as the catalogue product listing page, child catalogue page, the my account page, the cart and the checkout page (from what I can see).
I have cleared caches and the logo is working on regular pages.
thanks
Hi,
I've checked your site and found this CSS code to be the cause of the issue.
/*HIDE PRODUCT IMAGES*/
.woocommerce img, .woocommerce-page img {
/* display:none; */
}
It seems to be added on purpose as it had comments. I highly suggest rewriting this code to be more specific in selectors so it doesn't affect other img elements on the site.
Thanks that sorted it I think
Nice one. No problem.:)