Okay
  Public Ticket #235333
Navigation area with transparent background image?
Closed

Comments

  • Lisette started the conversation

    Good morning,

    I managed helped by a prior query on this forum to put a background on my navigation section (using custom CSS), but it does not become transparent before the user scrolls. Is it possible to have a background and still have the navigation area become transparent? If not, I'll just remove the background image because I really like the transparent feature.

    Thanks much,

    Lisette

  •  8,839
    Tahir replied

    Hey Lisette!

    Would it be possible for us to see a url so we can maybe write some custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Lisette replied privately
  •  8,839
    Tahir replied

    Hey Lisette!

    Instead of the css i gave you for header outer add this one:

     #header-outer.small-nav {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        background-image: url("http://www.redlegboutique.com/wp-content/uploads/2014/05/OMSLAG_RB_lijn_3.jpg")
    }
    

    Cheers


    ThemeNectar Support Team