gkg783 Posted August 8 Share Posted August 8 Hi! Is there a way to use custom css to change the logo for just the mobile home page of my website? Thanks! Link to comment
HoaLT Posted August 8 Share Posted August 8 24 minutes ago, ggabadage said: Hi! Is there a way to use custom css to change the logo for just the mobile home page of my website? Thanks! Yes it is possible by using media query for mobile breakpoint. How can you want to change the logo? you want to replace it with another different logo or just need reverse its color? Share your URL here so we can check it more easily Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) Link to comment
Solution tuanphan Posted August 10 Solution Share Posted August 10 You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { body.homepage header#header img { content: url(enter new logo mobile url here); } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment