I'm having some trouble, mainly with the footer, header, and menu. Let me explain:
When the site menu switches to mobile mode, it doesn’t collapse into a hamburger menu, it just turns into a list with items stacked on top of each other.
As for the footer, it's fine on all pages, but I can't get it to show up on blog posts.
Both the footer and header contain external links, and all of them are underlined, I can't seem to remove the underline.
To fix the mobile menu collapse, check if your theme has a built-in mobile navigation setting. If it’s custom-coded, make sure your CSS and JavaScript include the necessary responsive styles. You’ll likely need a classlike display: none. For the menu items by default and a script to toggle visibility when the hamburger icon is clicked.
For the missing footer on blog posts, check if your blog template includes the footer section. Go to Settings -> Website -> Blog and check which template is assigned. If the footer isn’t part of that template, you may need to manually add it in the Design Manager under the blog template.
To fix the mobile menu collapse, check if your theme has a built-in mobile navigation setting. If it’s custom-coded, make sure your CSS and JavaScript include the necessary responsive styles. You’ll likely need a classlike display: none. For the menu items by default and a script to toggle visibility when the hamburger icon is clicked.
For the missing footer on blog posts, check if your blog template includes the footer section. Go to Settings -> Website -> Blog and check which template is assigned. If the footer isn’t part of that template, you may need to manually add it in the Design Manager under the blog template.