i'd like to remove the navigation pages that list what page i am currently on in my site.
for example, if i'm on products page, or about page or contact page, i don't want it to be listed on the top.
my site is https://www.intrnl.la/
try add the css code below to theme.scss.liquid
#shopify-section-collection-template header h1{
opacity: 0;
}
yes but how can i remove it from ALL pages, this one worked for collection pages but not my "about, sizechart, contact, etc" pages?
try this
#shopify-section-header header h1{
opacity: 0;
}
#MainContent h1{
display: none;
}
#shopify-section-header header h1{
opacity: 0;
}
#MainContent h1.small--text-center{
display: none;
}
User | Count |
---|---|
547 | |
210 | |
127 | |
79 | |
46 |