Topic: How can I remove image and mask from top of landing page template without damaging Nav?
Dean Westover pro asked 6 years ago
Marta Wierzbicka staff answered 6 years ago
<style></style
tags, leave just this code:
footer.page-footer {
background-color: #9da4b1;
}
add this code:
.navbar {
background-color: #9da4b1 !important;
}
remove this class .full-height
from <html>
tag and add .pt-5
class to <main>
tag.
Best,
Marta
Dean Westover pro commented 6 years ago
Thank you Marta. You were very helpful.Marta Wierzbicka staff commented 6 years ago
You're welcome.FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No