[Resolved] Logo not appearing in woocommerce page headers

Home Forums Support [Resolved] Logo not appearing in woocommerce page headers

Home Forums Support Logo not appearing in woocommerce page headers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1472213
    TWMA Support

    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

    #1472224
    Elvin
    Staff
    Customer Support

    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.

    #1472231
    TWMA Support

    Thanks that sorted it I think

    #1472233
    Elvin
    Staff
    Customer Support

    Nice one. No problem.:)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.