• Resolved mavigreen

    (@mavigreen)


    Hello,

    Thank you for sharing the fantastic theme. Only one problem – the blue top menu band is not visible in Internet Explorer (version 11) even here in the theme preview mode.

    Can it be fixed somehow?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @mavigreen,

    Add the below CSS code in additional CSS.

    <!–[if IE]>
    <style>
    #topbar {
    background: rgba(0, 0, 0, 0) linear-gradient(120deg, #fff0 65%, #07a7e3 35%) repeat scroll 0 0;
    padding: 15px 10px;
    }
    #header {
    background: rgba(0, 0, 0, 0) linear-gradient(112deg, #fff0 3%, #13455e 0%) repeat scroll 0 0;
    }
    </style>
    <![endif]–>

    Thanks.

    Thread Starter mavigreen

    (@mavigreen)

    Thank you but sorry – it doesn’t work. No any changes.

    Thread Starter mavigreen

    (@mavigreen)

    I’ve found this css in your theme preview html code –

    https://wp-themes.com/wp-content/themes/vw-dentist/css/ie.css

    but it’s not available (404 not found). Maybe if you make it available again, it resolves the issue with IE?

    Could you check it, please?

    Theme Author VW THEMES

    (@vowelweb)

    Hello mavigreen,

    Go to Appearance >> Customizer >> Additional CSS and paste this CSS.

    #topbar {
    background: rgba(0, 0, 0, 0) linear-gradient(120deg, #fff 65%, #07a7e3 35%) repeat scroll 0 0;
    }
    #header {
    background: rgba(0, 0, 0, 0) linear-gradient(112deg, #fff 3%, #13455e 0%) repeat scroll 0 0;
    }

    Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blue band in the top menu is not visible in Internet Explorer’ is closed to new replies.