Hello,
Please edit template file /templates/hot_one_page/css/layout.css and change this:
Code:
.topmenurow {
position: fixed;
top: 0;
width: 100%;
background: rgba(255,255,255,.95);
z-index: 10;
box-shadow: 0px 1px 5px #ddd;
}
to this:
Code:
.topmenurow {
background: rgba(255,255,255,.95);
z-index: 10;
box-shadow: 0px 1px 5px #ddd;
}
Thanks,
Milos