Shopify themes, liquid, logos, and UX
Hello everyone,
I'm having problems with hiding the "labels" bar in the left side of the page. I would like to be able to use the labels as metadata, without them showing in the webpage.
I basically want to remove the part that says :
COMPRAR POR
I'm using Debut theme.
I already tried using
.product-single__meta .single-option-radio__label {
display: none;
}
The post I got the code from says I need to use it on the theme.scss.liquid asset section, I did it but it does not appear to work.
This it the link to the page, the labels are only in that product because I'm trying to solve the problem first, but the idea would be to have this change affect the whole page.
Solved! Go to the solution
This is an accepted solution.
Hi
aside#collectionFilters {
display: none;
}
.template-collection .large--four-fifths {
width: 100%;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Please try this code
@media only screen and (min-width: 769px){
.template-collection .large--four-fifths {
width: 100%;
}
.template-collection .grid-border--left {
border-left: 0px solid transparent;
}
.template-collection .large--one-fifth {
width: 0%;
display: none;
}
}
@GregoryKika
Paste this code on top of the theme.scss file.
aside#collectionFilters {
display: none !important;
}
Thank You.
Hey there, thanks for the answer!
It fixed the problem, but there seems to be an issue with the design now
The products don't reach the far end of the page (where it says CARRITOS)
This is the design, where it reaches the "end" of the page.
Any idea on how to fix this?
Hi @GregoryKika ,
On this page the size of the image is different, when you resize it with others then it will look fine !
@GregoryKika
Paste this code on top of the theme.scss file.
@media only screen and (min-width: 992px) {
div#CollectionSection {
width: 133% !important;
margin-left: -16% !important;
}
}
Please try this code
.template-collection .wrapper {
max-width: 100% !important;
}
Thanks!
This is an accepted solution.
Hi
aside#collectionFilters {
display: none;
}
.template-collection .large--four-fifths {
width: 100%;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi there! I'm trying to do the same, but I don't have a "theme.css.liquid" file in my assets folder. What I'm after is to have my collections just be images as the image has the collection name in it so it's not necessary to have the name of the collection in text over them.
Please share your theme URL.
Thanks!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024