logo

Solved

logo

brett88
Pathfinder
97 1 24

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 Screenshot 2025-04-05 213723.png

 

Screenshot 2025-04-05 213613.pngcolour 

Accepted Solution (1)

Moeed
Shopify Partner
7350 1992 2432

This is an accepted solution.

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 </body> tag

{% if template == 'index' %}
<style>
.header__heading-logo {
    filter: invert(1) !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1743885671278.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7350 1992 2432

This is an accepted solution.

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 </body> tag

{% if template == 'index' %}
<style>
.header__heading-logo {
    filter: invert(1) !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1743885671278.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


brett88
Pathfinder
97 1 24

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

brett88
Pathfinder
97 1 24

how do i make logo transparent in footer