Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    When scrolled it’s white because you have enabled sticky header, which in default has white background. You may add this to the additional css:

    .header-sticky .is-sticky .header-bottom {
        background-color: black!important;
    }

    Good Day.

    Thread Starter mertimiks

    (@mertimiks)

    There is one more issue regarding to this, submenu background is still white, as a result text is not visible, how can I change that?

    Thread Starter mertimiks

    (@mertimiks)

    problem is solved with option css menu then additional css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS For Floating Navigation’ is closed to new replies.