Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1573585
Transparent Menu All The Way
Closed

Comments

  • vitorlintomen started the conversation

    Hello,

    I want my menu to be transparent and big all the way, without the transition to the smaller menu. It used to be like that when "Page as fullscreen vertical slider" was checked, but now it`s gone.


    Thank you


  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body #site-header.fixed.shrink .menu-item-logo a img.default {
        opacity: 1;
    }
    body #site-header.fixed.shrink .menu-item-logo a img.small {
        opacity: 0;
    }
    body #site-header.fixed.shrink {
        background-color: transparent;
    }
    body #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li > a {
        color: #fff;
    }
    body #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li > a:hover {
        color: #000;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver