Hey team,
Looking to make the header on ONLY this page non-transparent (ideally black header), so the tracking page doesn’t sit behind it and is separate.
Any help is appreciated!
Hey team,
Looking to make the header on ONLY this page non-transparent (ideally black header), so the tracking page doesn’t sit behind it and is separate.
Any help is appreciated!
Hi @Nato0201
You can try to add this code to theme.liquid file, after in Online Store > Themes > Edit code and check
Hi @Nato0201 ,
I checked your store. You have some pages that don’t have a banner after that will met this error. S I suggest to update code these steps:
Go to Store Online-> theme → edit code
Layout/theme.liquid then find
Refer screenshot to add code below( add class to body)
{{request.path | split: '/' | last }}
Thanks heaps!
Thanks for reaching out! I intentionally have those pages headers transparent, but good to know for future. Thank you.