-
AuthorPosts
-
March 10, 2017 at 3:39 pm #758958
Hello Enfold,
Is it possible to create this kind of menu, where the logo is the background of the menu?
March 10, 2017 at 4:30 pm #758997Hey Wolf,
It is possible to create similar menu to your example. You may have to set up a background color to the menu items and use the logo as a normal logo. Once you get started with it please feel free to get in touch with us if you need any help.
Best regards,
VinayMarch 14, 2017 at 1:36 pm #760706Hello Vinay,
I have started making the menu. As you can see in the examples there are a couple of questions:1. I don’t use a background-color for the header, that way I can use a png for the logo. How do I give mega menu a white background color?
2. Can I move the body contect a few pixels up, the logo shape can cover the image a bit that way. ( just like the old site)
3.What would be the best way to add the color left and right of the logo outside the container?
Thank you!
March 17, 2017 at 5:04 pm #762584Hi,
1.) As far as I can see on the links you’ve provided, you’re already using a white background color for your mega menu. However, here’s the code to change background color:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color: red; }
2.) Try this code, maybe it is what you mean:
div#contentHeader { background-position: 0 164%; }
and adjust 164% as needed.
You also might want to hide this element:
div#bgHeaderRight { background: none; }
Please open different tickets for different questions. Use screenshots to highlight what you mean.
Best regards,
AndyMarch 17, 2017 at 5:10 pm #762587It looked very different when I made the post, so I understand it doesn’t make a lot of sense now.
This can be closed nowMarch 17, 2017 at 5:35 pm #762603Hi,
Alright! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Logo and menu together’ is closed to new replies.