question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

transparent doesn't work

See original GitHub issue

I’m tryng to apply a transparent color to a nav, but its not work:

<div class="nav-wrapper transparent">
              <a href="#!" class="brand-logo"><img src="img/logo.png" class="square" width="10%;"> </a>
              <a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
              <ul class="right hide-on-med-and-down">
                <li><a href="" class="green-text">A ONG</a></li>
                <li><a href="">Projetos</a></li>
                <li><a href="">Filie-se</a></li>
                <li><a href="">Media</a></li>
              </ul>
              <ul class="side-nav" id="mobile-demo">
                <li><a href="">A ONG</a></li>
                <li><a href="">Projetos</a></li>
                <li><a href="">Filie-se</a></li>
                <li><a href="">Media</a></li>
              </ul>
            </div>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
vicyorkcommented, Jan 9, 2016

Why is this still broken? Hummm. @torreslucas13 did you ever figure it out?

1reaction
acburstcommented, Jul 12, 2015

You have to add the class to the nav:

<nav class="transparent">
<div class="nav-wrapper">
</div>
</nav>
Read more comments on GitHub >

github_iconTop Results From Across the Web

css - transparent background-color not working - Stack Overflow
I created a "spazioVuoto" class in css that should make the background transparent, but it doesn't. Can anyone help me? PS. if you...
Read more >
SOLVED: Windows 10 Transparency Effects Not Working
See how to fix, if Windows 10 transparency effects (acrylic blur effect) not working, especially in Settings app, in this video.
Read more >
Transparent background does not stay transparent
I'm on photoshop 2020 (v21.1.3 and this is not working. I cannot find a way to export a transparent background and I've been...
Read more >
Why does a PNG I downloaded not display transparency in ...
I have been trying to download photos/pictures from the internet and edit them, but whenever I do it the transparent background becomes white....
Read more >
Picture Transparency Doesn't Always Work
Picture Transparency Doesn't Always Work · On the Start menu, enter Control Panel in the search box and select Control Panel from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found