Use different logo in main header and in sticky menu

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeUse different logo in main header and in sticky menu

This topic has been marked as resolved.

I need to use different logos in header and in sticky menu.
I have found solution on the forum http://support.themeburn.com/topic/any-way-to-have-both-logo-graphic-and-logo-text-in-header

I have tried to do the same.
Here is the code:

.tb_sticky #site_logo {
background: url() no-repeat center / cover;
}
.tb_sticky #site_logo img {
display: none;
}
But it does not work: the logo remains the same in sticky menu as in header

Please advise.

February 1, 2017 at 2:50 pm #56044

Guys, any reaction? More than 4 for days passed. Could you please respond?

February 5, 2017 at 7:05 pm #56103

Hi,

We’ve changed many things since the solution we’ve provided in the topic you’ve linked. The CSS selector you should use is:

.tbSticky #site_logo {
...
}
.tbSticky #site_logo img {
...
}

BR,
ThemeBurn team

February 6, 2017 at 10:19 am #56129

Thanks for answer, but it is not clear for me what should be instead … ?

February 6, 2017 at 12:43 pm #56132

Thank you. Understood the difference. It works.

February 8, 2017 at 10:08 am #56192

Glad you’ve managed to fix your sticky logo!

BR,
ThemeBurn team

February 8, 2017 at 6:32 pm #56217
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.