Any way to have both logo graphic and logo text in header?

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeAny way to have both logo graphic and logo text in header?

This topic has been marked as resolved.

I find the current in Pavilion theme a bit difficult to use as far as header format is concerned.

One is given the option of either having logo graphic or logo text in the header. Normally, a company wants both with the company name next to the logo.

Yes, I can combine the logo and text in one graphic and use it as logo graphic, but then the issue is that the same graphic is used as the home page button in sticky header, so a wide graphic becomes problematic there.

Is there a way – even by editing a .css, to have both log graphic and logo text in header and only logo graphic in sticky header.

-Ash

 yantrr
March 25, 2016 at 6:46 pm #45817
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
March 25, 2016 at 10:34 pm #45820

Thanks for the response, but I will explain why it doesn’t solve the problem.

As you can see, in sticky header, I don’t really want to full width of the logo banner, just the logo part. That is the issue when you have to merge logo text with logo graphic.

-ash

 yantrr
March 26, 2016 at 4:13 am #45831
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
March 28, 2016 at 4:43 pm #45868

I have tried this approach. The code I added to custom:

.tb_sticky #site_logo {
width: 100px;
height: 50px;
background: url(image/catalog/logo-tagline.jpg) no-repeat center;
}
.tb_sticky #site_logo img {
display: none;
}

But it doesn’t show anything. I have tried many variations of URL path, starting with website root, http:// prefix etc. but the image just doesn’t show up. I must be making some mistake.

See following URL which activates sticky header when scrolling down.

 yantrr
April 1, 2016 at 1:52 am #46058

Hi,

We’ve change the code from our previous post. Please, check it again.

Also, you need to insert an absolute image path for the logo image. The one you use for the moment does not work.

BR,
ThemeBurn team

April 4, 2016 at 11:05 am #46118

Ok, Thanks. That change and absolute path worked finally.

-Ash

 yantrr
April 5, 2016 at 4:42 am #46156

Glad we could help.

BR,
ThemeBurn team

April 5, 2016 at 6:33 pm #46190
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.