logo

Topic summary

A user is seeking help with two logo-related issues on their Shopify store:

Primary Issues:

  • Has a transparent logo that appears black and wants to change its color to white
  • Unsure what content to use for a video banner section

Solution Provided:
Another user shared CSS code to be added to the theme.liquid file (above the </body> tag) to modify the logo appearance on the homepage. The code targets the logo element with specific styling.

Follow-up Questions:

  • How to make the logo white to match the footer
  • How to make the logo transparent specifically in the footer area

Status: The discussion remains open with the original poster seeking additional guidance on footer logo customization. Screenshots were shared showing the current logo appearance and desired outcome.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

i have a Transparent logo but its black how i change the colour

also i have a video banner i dont know what to put


colour

1 Like

Hey @brett88

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if template == 'index' %}

{% endif %}

RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

how can i make it the same colour white in the footer

how do i make logo transparent in footer