Jump to content

Archived

This topic is now archived and is closed to further replies.

pehja

Navi section transparent?

Recommended Posts

pehja

I am unable to get the Navi section background transparent!

 

I could not find what to target. Så I enabled the section to have a backgroumnd color. Then I could target it with chrome dev tools. But when I changed it to be transparent it went back from red to white?


Professionell musician | Webbdesigner | Apple freak

Pehja Production.png

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Can you provide a link to the site in question please, so we can take a closer look.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Danny

The color is coming from the fixed-top class. Use this to make it transparent:

 

#fixed-top {
background-color: transparent;
}
 
However, it will still appear white, as you likely have your background color set to white, but will be transparent on scroll - https://cloudup.com/cPLQ0oQj02u

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×