XF 2.1 How to disable header images in mobile view

rg90

Member
Hi, i set in Header/logo row and Navigation row image backgrounds.
They display well in the desktop version, but when I run the forum on my mobile, it doesn't look good and the background repeats below itself.
I want to ask, can it be turned off in mobile using some CSS command ? Thanks
 
Thanks but this remove images from mobile header.. so it's white after this code.
I need to remove the background image from the mobile MENU so that only the set default color remains.
 
Thanks but this remove images from mobile header.. so it's white after this code.
I need to remove the background image from the mobile MENU so that only the set default color remains.
Ak, ok. Replace the code with this one:

@media(max-width: 650px){ .p-header, .p-nav { background-image: none; }}
 
Thanks, this fixed the header on the mobile display that's fine. But when I click on the hamburger icon to open the mobile menu, the image is still displayed there.
 
Thanks, this fixed the header on the mobile display that's fine. But when I click on the hamburger icon to open the mobile menu, the image is still displayed there.
An image in the mobile menu? I have to see that. Please provide a link to your forum.
 
Top Bottom