tuanphan Posted July 3 Posted July 3 To add a Second Logo under current logo on Mobile, you can use following code. If you can't make it work, you can send site url + logo file in comment, I can help you easier. Use code to Custom CSS box. Replace example url with your second logo url. /* Mobile second logo */ @media screen and (max-width:767px) { div.header-title a:after { content: ""; background-image: url(https://images.squarespace-cdn.com/content/v1/6672ecf757a5d945cabc3965/1d45ed6f-3a9a-4523-9320-1633c8d98b90/st-peters-church-3536449_1280.jpg?format=500w); background-repeat: no-repeat; background-size: contain; display: block; width: 150px; height: 70px; margin-top: 10px; }} Result You can adjust logo width/height here If you want to apply it for desktop + mobile, you can change 767px to 3000px 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment