How do I hide the store name and use a custom font for my footer menu items using the Dawn 2.0 theme?
My store URL is https://souvenir-the-store.myshopify.com/ while the password is cookiebutter. Thank you.
How do I hide the store name and use a custom font for my footer menu items using the Dawn 2.0 theme?
My store URL is https://souvenir-the-store.myshopify.com/ while the password is cookiebutter. Thank you.
Hi @lextui ,
Thanks for reaching out to the Shopify Community with your question!
First, let me show you how to change the heading in your footer:
Second, changing the footer’s font by editing the theme’s stylesheet:
.site-footer .rte span,
.site-footer .rte p {
font-family: "Font name";
}
If you find my answer helpful, please mark it as SOLUTION.
Hi, thank you for sending this!
Upon checking the footer, I can’t find a “header” block that can be hidden. It says “Heading required to display the menu.” when I select the store name.
As for the theme.scss.liquid asset, it doesn’t exist in my theme. Is there another way to edit the font?
Thank you ![]()