Hello,
My client and other users are using IE10 and 9 and the page title/breadcrumb background image isn’t showing up.
Please see here: http://restorationcontractors.ca/about-us/
The blue background image shows fine on all other browsers. I ran screenshots at https://www.browserstack.com/screenshots and it DOES show on all versions of IE, but not on IE on my clients computer.
Furthermore, when I inspect element it shows file path without http:
.alternate_color {
background: #fcfcfc url(//restorationcontractors.ca/wp-content/uploads/2015/07/header-bg1b.jpg) center center no-repeat scroll;
}
I figure this may be the issue but don’t know how to fix it.
Hi jinsley8!
Based on the screenshots, the breadcrumbs are appearing, but the RIA image is blocking them.
May we have temporary access to your website so we can take a closer look?
Cheers!
Dake
login info attached
thanks
Hey!
Please insert the below css to your custom css section:
.ria-menu {
float: none !important;
}
Regards,
Dake