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; } } justin_phang 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Create an account or sign in to comment
You need to be a member in order to leave a comment