A user sought to enable the transparent header feature across all pages of their Shopify store using the Palo Alto theme, as it was only appearing on the homepage.
Solution provided:
Navigate to theme code editor via “Edit code”
Open the “theme.scss.liquid” file in the Assets folder
Add CSS code to make the header transparent:
.site-header {
background-color: transparent;
}
Place this code at the bottom of the file or in a suitable location for custom CSS
Outcome: The solution successfully resolved the issue, with the user confirming it works across all pages.
Summarized with AI on November 20.
AI used: claude-sonnet-4-5-20250929.
For our store moodstreet-shop.myshopify.com we activated the transparent header, but it is only showing transparent on the home page. Is there a way to place some CSS code that enables this for all pages?