Hi, I am trying to make the header on the ‘about us’ page transparent and only for that page can you help ?
Pass: biangu
A user seeks to make the header transparent exclusively on their ‘About Us’ page.
A PageFly support representative provides a CSS solution with step-by-step implementation instructions:
theme.liquid file</body> tagThe solution includes a screenshot showing where to paste the code. The response appears complete, offering a targeted CSS customization that should resolve the issue without affecting other pages.
Hi, I am trying to make the header on the ‘about us’ page transparent and only for that page can you help ?
Pass: biangu
Hi @MT27
This is Henry 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 theme.liquid
Step 3: paste bellow code in tag → save.
{% if page.url == ‘/pages/about-us-now’ %}
header.header.header--top-center.header--mobile-center.page-width.header--has-menu { position: absolute !important; width: 100% !important; }{% endif %}
Hope that my solution works for you.
Best regards,
Henry | PageFly