Special header not transparent in Chrome

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    modernation
    June 28, 2020 at 7:02 pm #147403

    I’m using the special header feature and it’s not displaying as transparent in Chrome, yet it is displaying transparent in Safari. I inspected the element and noticed that Chrome is using the .stuck style and Safari is not.

    Safari
    id=“header-inner-bg”
    .hb-special-header-style #header-inner:not(.stuck) #header-inner-bg, .hb-special-header-style #header-bar {
    background: transparent !important;
    }

    Chrome
    id=“header-inner-bg”
    .hb-special-header-style #main-wrapper #header-inner.stuck #header-inner-bg {
    background: #000;
    background: rgba(0,0,0,0.7)!important;
    }

    Do you have any idea why this could be happening?

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.