Topic: I want to make my navbar FULLY transparent.
kobesutton15 asked 3 years ago
Expected behavior
Actual behavior
Resources (screenshots, code snippets etc.)
Dawid Wajszczuk staff answered 3 years ago
You can try adding style="background: rgba(0,0,0,0)
or style="opacity: 0"
(in case you would like to actually see something in your navbar set opacity to 0.1 or even 0.2) to your navbar. But probably the best solution would be just not to use bg-*
classes with your navabr. Here is the snippet showing the last option: https://mdbootstrap.com/snippets/standard/d-wajszczuk/3303236#html-tab-view.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.9.0
- Device: mac
- Browser: chrome
- OS: mac
- Provided sample code: No
- Provided link: No