Sticky header logo different than the header

ThemeBurn SupportForumsOpenCart ThemesBurnEngineSticky header logo different than the header

This topic has been marked as resolved.

Hi.

Can i insert a different logo from that of the “normal” head?
“Normal” Header has white background color; Sticky Header has dark blue background color.
So I have to differentiate the two logos.
Thanks.

October 2, 2017 at 5:29 pm #61891

Hi,

Unfortunately at the moment there is no such an option. We will add this feature in our “to do” list for future versions.

Here is a hard coded solution that could do the job for now:

http://support.themeburn.com/topic/any-way-to-have-both-logo-graphic-and-logo-text-in-header
http://support.themeburn.com/topic/use-different-logo-in-main-header-and-in-sticky-menu

BR,
ThemeBurn team

October 3, 2017 at 12:05 am #61894

Thanks.
This customization work fine for me:


.tbSticky #site_logo {
min-width: 286px;
height: 70px;
background: url(STICKY_HEADER_LOGO_PATH) no-repeat center / cover;
}
.tbSticky #site_logo img {
display: none;
}

October 3, 2017 at 1:38 pm #61912

Glad we’ve helped!

BR,
ThemeBurn team

October 8, 2017 at 12:41 pm #61954
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.