justin_phang Posted August 29, 2020 Share Posted August 29, 2020 Site URL: https://www.justinphang.com/ Hey there! My current mobile menu background is just pure grey and I would like to put an image to it: And preferably the navigation at the lower left corner of the image, How should I do this? Learning something new everyday Link to comment
tuanphan Posted August 29, 2020 Share Posted August 29, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:768px) { div#overlayNav { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; background-repeat: no-repeat; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
justin_phang Posted August 29, 2020 Author Share Posted August 29, 2020 9 minutes ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:768px) { div#overlayNav { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; background-repeat: no-repeat; } } Thank you sir! Learning something new everyday Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.