MAKE HEADER NON-TRANSPARENT

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!

https://ap-perform.com/apps/track123

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:

  1. Go to Store Online-> theme → edit code

  2. Layout/theme.liquid then find

  3. Refer screenshot to add code below( add class to body)

{{request.path | split: '/' | last }}

  1. Base on this class. Add Code below to end of this file and before tag. Code below will apply for cart page, our story page, track123 page.

Thanks heaps!

Thanks for reaching out! I intentionally have those pages headers transparent, but good to know for future. Thank you.