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

Solved

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

Nikxj44
Explorer
51 2 8

Nikxj44_0-1716976408959.png

I want to rmeove it only from about us page 🙏

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

Password: KBV

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6071 1087 1458

This is an accepted solution.

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' %}
    <style>
      .baDropdownStyle.bottom_right {
    display: none!important;
}
    </style>
{% endif %}

 

 

ZestardTech_0-1716983717692.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

nafeeur10
Shopify Partner
22 0 1

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';
Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Akij iBOS
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1

ZestardTech
Shopify Partner
6071 1087 1458

This is an accepted solution.

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' %}
    <style>
      .baDropdownStyle.bottom_right {
    display: none!important;
}
    </style>
{% endif %}

 

 

ZestardTech_0-1716983717692.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Nikxj44
Explorer
51 2 8

also How to remove it from this page? 🙏

https://kartbagrationvalley.com/blogs/news