Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
For some reason the social icons aren't appearing in the Home Page menu drawer, seems to be fine on every other page, anyone know if this is inherent to the Dawn theme?
@nikofromearth can you please share your website link?
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
{% if template.name=="index" %}
<style>
@media screen and (min-width:750px)
{
.menu-drawer__navigation-container{height: 552px;}
}
</style>
{% endif %}
Doesn't look like it worked 😞
@nikofromearth it is working, did you make any other changes?
There can be an error from your site, can you share your store URL so that I can help check further?
Look forward to your response.
Best, Daisy
Hi, @nikofromearth
Can you share your store url so that I can assist you?