Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
if(document.location.href.includes('bundle')){
const addToCart = document.querySelector('.sticky-atc-bar');
addToCart.parentNode.removeChild(addToCart);
}
if(document.location.href.includes('bundle')){
const addToCart = document.querySelector('.sticky-atc-bar');
addToCart.parentNode.removeChild(addToCart);
}
addCustomCSS(`
p.footer__copyright-content span {
display: none;
}
.mega-menu__item > div > a {
font-size: 24px;
}
`, 'temp-dyt-styles');
if(!document.location.href.includes('products')
&& !document.location.href.includes('collections')
&& document.location.href != 'https://shop.liveyourtruth.com/'
){}
addCustomCSS(`
.main-nav > ul > li > a {
display: none !important;
}
.header-top {
display: none;
}
`
);