Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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