Navbar loses opacity when window size is reduced

Home Forums SKT Full Width Forum Navbar loses opacity when window size is reduced

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10693
    David GrilliDavid Grilli
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: August 27, 2015

    I was resizing my browser window and noticed that when the window gets small enough, the navbar turns opaque and ignores the opacity settings I’ve made.  Where are the opacity settings referenced for the navbar?  The content seems to keep its opacity setting.

    #10694
    David GrilliDavid Grilli
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: August 27, 2015

    Never mind, found it!

    Look in main.css and adjust the following line:

    @media screen and (min-width:999px){
    .header{background-color:transparent !important; }
    }

    change 999px to something smaller.  I used 450px.

    #10705
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Okay thanks for your input. Will solve in our theme too.

    Regards,
    Shri

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.