Hello,
Can you tell me how can I remove the "topnav" only from the "home" page? On other pages is to be if it possible.
Thank you for your time
.frontpage #gkHeaderTop {
display: none;
}
.frontpage #gkHeaderNav {
top: 0;
}
.frontpage #gkHeader {
padding: 63px 0 0;
}