Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi Codeless,
I’m having a problem with the page header overlay color doesn’t appear on the smartphone/tablet. It works fine on the desktop.
How to apply the overlay to smarthpone/tablets also?
Hello,
I do see the page header overlay in mobile too (screenshot). If that is not what you meant, please send us a screenshot of your issue. so we can understand better.
Best regards!
Hello Mihaila,
If I just adjust the viewport in my browser, its working fine. But when testing with my iPhone6, it doesn’t show the overlay.
It looks like it loads the blue background as a solid color in the back and loads the image on top of the blue color. Not as an overlay.
Any idea on how to fix this?
Hello,
This is strange.
Please add this code into your custom css box:
@media (max-width: 767px){
.header_page.centered .overlay { z-index: 2;}
.header_page, .header_page { z-index: 1;}
}
If the issue persists, please post your wp and ftp credentials in a private reply. So we can give it a closer look.
Best regards!
You must be logged in to reply to this topic.