Hi,
I am trying to get the logobar of my site: consignorsavenue.com to be completely transparent so that all you see is the logo and the stripes from the background image on the site behind the logobar.
I have looked at several other topics on the same issue and no solution has worked for me. I have tried:
.x-logobar {
background-color: transparent;
}
That doesn’t work with “transparent” but works with any other background color I try. This makes me think it’s not a caching issue.
Any ideas as to why this is happening? I’m sure it’s something simple so I’m not sure why this isn’t working with the CSS I’ve used so far.
Thank you