How to remove currency bar only from "about us" page? -spotlight theme

I want to rmeove it only from about us page :folded_hands:

form here: https://kartbagrationvalley.com/blogs/news

Password: KBV

1 Like

You can hide it when the URL matches with the About Us URL.

let a = document.querySelector(".bacurr-dropdownChoices");
const isAboutUs = window.location.pathname === "/blogs/news";
if(isAboutUs) a.style.display = 'none';

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Layout > theme.liquid and paste this at the bottom of the file:
{% if page.handle == 'about-us' %}
    
{% endif %}

2 Likes

also How to remove it from this page? :folded_hands:

https://kartbagrationvalley.com/blogs/news