Topnav problem
- GK User
- Wed Sep 06, 2017 4:27 pm
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
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
-
- Senior Boarder
- teitbite
- Mon Sep 11, 2017 6:59 am
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.frontpage #gkHeaderTop {
display: none;
}
.frontpage #gkHeaderNav {
top: 0;
}
.frontpage #gkHeader {
padding: 63px 0 0;
}
-
- Moderator
- GK User
- Tue Sep 12, 2017 8:01 am
Thank you very much. Regards
-
- Senior Boarder
- teitbite
- Mon Sep 18, 2017 4:43 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
4 posts
• Page 1 of 1