Hello -
In order to bring my sign up box "above the fold", I am hoping to remove the navigation menu and the logo (while keeping the social icons) on my home page. Any suggestions?
My site is Refreco.com
Thanks!
Hello -
In order to bring my sign up box "above the fold", I am hoping to remove the navigation menu and the logo (while keeping the social icons) on my home page. Any suggestions?
My site is Refreco.com
Thanks!
Hi brettbivens,
Try to add this code in Quick CSS (located in Choices > Theme Options > Styling) or custom.css (located in wp-cotent/themes/choices/css):
#header .container {
min-height: 40px !important;
}
.home .logo, .home .main_menu {
display: none;
}
#main .container {
padding-top: 0 !important;
}
.LR-box-wrapper {
position: relative;
top: -20px;
}
Hope this helps.
Regards,
Ismael
Awesome! Thanks a ton, Ismael.
This topic has been closed to new replies.