Viewing 1 reply thread
You must be logged in to reply to this topic.
The image in the codeless slider on my homepage intermittently stops loading on my mobile browser (iPhone) which is also causing the dropdown menu not to open when the burger menu icon is clicked. It’s currently not working and I noticed it stopped working earlier this week, but then fixed itself.
I have not added anything to the site to make the image stop loading on mobile. What’ weird is that the image is displayed on desktop. Please help. Here’s a link to my site: https://bit.ly/1DrjHST
Hello,
Sorry for the late reply.
I can see the slider background image with no problem (screenshot). Did you manage to fix your issue? For the small mobile menu, add this code into your custom css box:
@media (max-width: 979px){
.mobile_small_menu .close { color: rgb(253, 253, 253) !important;}
}
To change it’s color, when is active.
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.