reposting this because i have yet to have someone get back to me with solution:
unable to make the header appear on every other page except the landing page, as you can see when you view my link & shopping cart icon and search icon are uneven with other header buttons
https://feuer-4.myshopify.com/
Hi @feuerlein
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
h1.header__heading {
display: none;
}
header.header.header–top-center.header–mobile-left.page-width.header–has-menu {
display: flex !important;
justify-content: space-between;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
hmm doesnt seem to be working or im pasting it wrong
Please try again with this code:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.
h1.header__heading {
display: none !important;
}
header.header.header--top-center.header--mobile-left.page-width.header--has-menu {
display: flex !important;
justify-content: space-between;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly