- This topic has 1 reply, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Education Hub › Move Featured Slider to Header (and/or move menu under slider)
Hi – I’m trying to just do a little change to a site http://www.resoundvoicestudio.ca and have the menu (Vocal Lessons, Instructor, etc) appear under the featured slider (and hopefully eliminate the header – the white bar between the phone number/email and the menu). Any help you can offer would be appreciated!
Hello carterflickling
Can you please verify is this okay with you
https://www.awesomescreenshot.com/image/6568476?key=5bdd5ccfb44cf9448f48f22533c48d16
If yes Please add this CSS in additional css
#masthead {
display: none;
}
.main-navigation ul li > a,
.main-navigation ul li:first-child > a {
border: none;
}
@media screen and (min-width: 767px) {
#main-nav {
background-color: transparent;
position: absolute;
top: 35px;
left: 0;
right: 0;
z-index: 3000;
border-bottom: none;
}
}
@media screen and (max-width: 1023px) {
#quick-contact {
padding-bottom: 0;
padding-top: 8px;
}
}
Hope this helps you
Regards,
Psink
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



