How to Use Classic Header for the Navigation Menu | Melvin - Documentation | JoomShaper
SP Page Builder 6 is Here! Learn More →

Melvin

Updated Last: 15 July 2025

How to Use Classic Header for the Navigation Menu

If you prefer not to use a transparent header with the menu and logo over an image, you can easily switch to a classic header style.

BEFORE

AFTER

Use this CSS fix code:

#sp-header {
    background: #444756;
    height: 91px;
    position: relative;
    top: 0;
}