Shopify themes, liquid, logos, and UX
I want to rmeove it only from about us page 🙏
form here: https://kartbagrationvalley.com/blogs/news
Password: KBV
Solved! Go to the solution
This is an accepted solution.
{% if page.handle == 'about-us' %}
<style>
.baDropdownStyle.bottom_right {
display: none!important;
}
</style>
{% endif %}
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';
This is an accepted solution.
{% if page.handle == 'about-us' %}
<style>
.baDropdownStyle.bottom_right {
display: none!important;
}
</style>
{% endif %}
also How to remove it from this page? 🙏
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025