Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #273322

    Im using the transparent head option, and Im trying to achieve this:
    having a semitransparent background for the menu that will be 100%width (full screen)
    If I`m applying this code will work, but opacity will affect the menu font/text as well.

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main_alternate {
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    opacity: 0.5;
    }

    <img src=”http://s23.postimg.org/8bksa12d7/image.jpg&#8221; alt=”” />

    If I put this code :
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main_alternate {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    }
    I`m getting this.

    and how can I adjust the menu height ?

    Thank you

    • This topic was modified 9 years, 10 months ago by koanga.
    #273423

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #273426
    This reply has been marked as private.
    #273430

    Please post a temp login so i can check it.

    Best regards,
    Josue

    #273432
    This reply has been marked as private.
    #273486

    something else that I notice with transparent menu, the page 404 comes as a regular menu.

    #273491

    in the mean time, I end up installing ubermenu, my new question is how to Expand Menu Bar Full Width?

    #273492

    Your website is still displaying the coming soon page.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.