destineesherri Posted March 25, 2023 Share Posted March 25, 2023 Hello, I'm trying to adjust my site logo on my home page so that it's smaller on mobile but it doesn't seem to be working. I have some custom code in so that I am able to have a different logo on my homepage than what's on the rest of my site, so I think something is being overridden there somehow. It's working and going to the correct size on mobile on every other page besides my home page so it's just something going wrong there I think. Is anyone able to help? URL is https://destineedesign.com. Thanks! Link to comment
Solution destineesherri Posted March 25, 2023 Author Solution Share Posted March 25, 2023 I ended up fixing it by adding the following code to the HTML of the home page. @media screen and (max-width:767px) { div.header-title-logo img { content:url("https://static1.squarespace.com/static/5f80bf3570ed2f0841ae6672/t/641e784f0b7ca5251ff26b1a/1679718479323/Asset+3.png.") !important; max-height: 84px;} } 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