Hello!
We are almost complete with the website, but can’t get 2 things to cooperate:
1. When we shrink down the browser window to give me a mobile size screen, it drops the main background image. How can we have the background image displayed for mobile too?
2. The mobile menu doesn’t pick up any of the CSS changes we try to give it. The menu just displays white text on white background.
Thank you!
Hey alex2545,
1. I can’t see that happening on my end using Chrome. Could you post a screenshot of the problem and a sure way to reproduce it please?
2. Please try this in Quick CSS:
#av-burger-menu-ul .avia-menu-text {
color:#000 !important;
}
Make sure to regenerate files under Enfold->Performance before you check the changes.
Best regards,
Rikard
Thank you for taking a look!
I implemented the CSS and don’t see any change in the menu. But I still don’t see how to decrease the photo size when it goes to mobile.
I think I fixed the missing background image by removing
//@media only screen and (max-width: 767px) {.main_color { background: none !important; }
I’m not sure what “Make sure to regenerate files under Enfold->Performance before you check the changes.” means… I only saw “Delete old CSS and JS files?” So I did this (I don’t use a plugin) and nothing happened.
Thank you!