Shape 5

Joomla Templates => Light Church - Club => : larrychow June 20, 2018, 02:55:42 AM



: Floating menu settings
: larrychow June 20, 2018, 02:55:42 AM
I notice the floating menu at the top of the page is transparent with menu buttons having icon as well as text. However the menu (while the page is scrolled further down) becomes one with white as background color and the buttons just have text but no icon

Are the 2 menus the same module/component?

How I can set the top floating menu eg with a solid colour?


: Re: Floating menu settings
: jonahh June 20, 2018, 09:41:16 AM
Hello,

They are the same menu but when it floats it gets a new class added to it in the Vertex admin area under "layout > menu".  If you want to change its transparent look you can edit that here:

:
#s5_menu_wrapinner, #s5_topbar_back {
    -moz-opacity: 0.43;
    -khtml-opacity: 0.43;
    filter: alpha(opacity=43);
    opacity: 0.43;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;}
template.css line 654