All things Shopify and commerce
Hi. My logo "SUVSKI" has a black background behind it. I want to make it transparent so that it blends with the video background on my home page (with no black box background behind it). How can I get rid of the black background and replace it with my own logo?
I have tried making a transparent logo and uploading it onto my theme but it still shows a background. My theme is Pipeline. Thanks.
Solved! Go to the solution
This is an accepted solution.
Hey @iceymonski
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
<style>
.header__logo__text {
background: transparent !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @iceymonski
Share your Store URL and Password if enabled.
Best Regards,
Moeed
Hi. URL is suvski.com
Password is wagyupie9699
This is an accepted solution.
Hey @iceymonski
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
<style>
.header__logo__text {
background: transparent !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
That worked. Thank you very very much
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hi. I want to change my logo font so it matches my brand logo. How can i do so?
Alternatively, I am trying to upload my brand font logo onto my website but the background keeps showing up again.
Below is my brand logo and what it looks like.
I want to keep this font but make it transparent without the background. Thanks.
Hello @iceymonski
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024