Problem on other browsers

Hey there,
i am using theme x and I have problems with the navigation bar, which is not working probely on safari and IE.

By scrolling the background color should change to green. This ist not working on these 2 browsers.

My staging website:
website-wp.waytation.com

Thanks for helping!

ALexandra

Hi There,

Please find this custom CSS:

.x-navbar.x-navbar-fixed-top {
    background: rgba(81,181,143);
}

And change to this:

.x-navbar.x-navbar-fixed-top {
    background: #51b58f;
}

Hope it helps :slight_smile:

Thanks, it helped.

1 Like