Logo Not Showing Up in Header

I have a few questions regarding the logo on the header.

  1. On the desktop view, I’d like the logo to appear on the left side of the header, but it’s not showing up at all and I can’t seem to figure it out.

  2. When I switch to viewing it the header via a tablet, I can see the logo, but it’s not the one I uploaded. The one I put into Theme Options > Header is a white logo and the one I want to use for the tablet and mobile view would be a darker logo. Where do I make that change?

Thanks

Hello Brock,

Thanks for writing in!

1.) It seems that the logo is already on the left side.

Can you please clarify what you be the final look you are trying to achieve?

2.) There is only one logo image that is been uploaded in your header. It is not displaying in tablet devices because the background color is white. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar {
  background-color: #000;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.