Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #758958

    Hello Enfold,

    Is it possible to create this kind of menu, where the logo is the background of the menu?

    #758997

    Hey 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,
    Vinay

    #760706

    Hello 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!

    #762584

    Hi,

    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,
    Andy

    #762587

    It looked very different when I made the post, so I understand it doesn’t make a lot of sense now.
    This can be closed now

    #762603

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo and menu together’ is closed to new replies.