• Resolved mathrafal

    (@mathrafal)


    I am using a premium theme for a website, Locale, which provides a custom logo to be added in the usual top left header. For some reason, this does not display on the shop, basket or checkout pages. The issue occurs on all platforms. I cannot see a reason for this and wonder if anyone might be able to help.

    Thanks in advance,

    Jon

    • This topic was modified 6 years ago by mathrafal. Reason: Little more info

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • WooCommerce pages have an extra style which is causing this problem. The remedy is some custom css:

    a#site-title img {
      max-width: none;
    }

    Custom CSS should be entered at
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter mathrafal

    (@mathrafal)

    Thank you so much! That worked a treat.

    Jon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site logo not appearing on shop pages’ is closed to new replies.