Place image on navigation

Posted in: Newspaper
Post count: 3

Hi, I’m attempting to lay an image with my company’s emblem logo over my navigation. The image is the same height and width as the navigation and fully transparent. The only thing on the image is my logo on the far right side and my goal is to make it so my emblem logo is on the navigation.

See here for the navigation currently.
See here for the image of the logo I’d like to place on the navigation

Any help would be very much appreciated.

Thank you!

Post count: 22421

Hi,
In order to do this, you can use a css trick and add a backgroun image to your menu but this can only be done with css. There is no setting in the theme panel for it.
You can add it like so: http://screencast.com/t/Ezje4qqYuqIq
.td-header-menu-wrap-full{
background-image: url("http://mag.imshmacked.com/wp-content/uploads/2016/03/bg-image.png");
background-repeat: no-repeat;
}

It will need further customization for responsiveness though.
I hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.