Brooklyn theme: change transparent logo color once I go to collections pages

Hi, I have a problem getting my logo to appear once I navigate to a different collection page on my website, it’s transparent because initially it looks best on the homepage, but I need it to turn black to be visible with white backgrounds. Is there any way to change this? 1st photo is logo on my homepage, 2nd photo logo appears invisible

2 Likes

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

@Hrj1

Hi,
Welcome to Shopify Community.
Kindly Share your Store URL. So that I can help you.

Thank you.

My store URL is: https://shopinthebloom.com

URL: https://shopinthebloom.com

.site-header {
    background-color: #ededed !important;
    padding: 15px 0;
}

@Hrj1
Add this code in theme.scss or theme.css

It didn’t work - instead now it’s just a grey background

@Hrj1
You Need a Developer for that to make it By Custom code.
What background-color: you want .

Don’t worry we will help you for that.

Thank you.

I want the transparent logo on my homepage as it appears in the photos here. but on all other pages I would like the logo to be black. When moving to other pages where backgrounds are white, my white logo disappears because it’s white on white. Is there a way to make the logo change to black once moving to different pages?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
body ul#SiteNav .site-nav__childlist{ width: 100%; }
body ul#SiteNav .site-nav__childlist .site-nav__childlist-grid { width: 100%; justify-content: center;}
body ul#SiteNav ul.site-nav__childlist-grid > li { padding: 0 10px !important;}
body ul#SiteNav .site-nav__child-link--parent{text-align: left !important;}
body ul#SiteNav ul.site-nav__childlist-grid > li li { padding-left: 0 !important;}

Hi, thanks for that but it didn’t change anything. The logo still disappears in the background. The photo I attached shows where the logo is but it’s still not black on collection pages