Skip to main content
2loo
Participant
September 4, 2018
Answered

Changing 'fix position when scrolling' opacity

  • September 4, 2018
  • 2 replies
  • 3654 views

With the new 'Fix position when scrolling' setting, is there any way to change the opacity of the element?

It seems like by default is transparent. It doesn't make sense for the a header/ nav bar for a website.

Any idea?

    This topic has been closed for replies.
    Correct answer 2loo

    I have identified the source of the problem. The opacity of the element wasn't set to 100%. You could see through other elements when scrolling underneath it. Issue resolved when opacity is set to 100%.

    2 replies

    August 3, 2021

    And one more things. You will have to make sure that the layer of header (or nav bar) is on top.
    I had make a website with 2 background and the one above is pattern with opacity 75%.  My header's layer is under this secound background. Therefore, even my header's opacity is all 100% but when I preview, my header still be like it has opacity 25% .
    Just in case, someone who has the same mistake like I do can see this.

    2loo
    2looAuthorCorrect answer
    Participant
    September 5, 2018

    I have identified the source of the problem. The opacity of the element wasn't set to 100%. You could see through other elements when scrolling underneath it. Issue resolved when opacity is set to 100%.