How can I make my collection list vertical only on the homepage. So instead of my pictures being shown horizontally (pictured below), vertical
Solved! Go to the solution
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
no rush, can you please share store preview URL it's fine
This is an accepted solution.
great, Thanks
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.collection-grid .medium-up--one-half {
width: 33.3333%;
clear: inherit !important;
}
}
thank you kindly! 1last question How can I change the text color on my collection list page ? The text is white for the entire them which is fine except for collection pages such as “new arrivals, tops, bottoms etc.? Being that the theme’s text is white it washes out products title .I would like the text on those particular pages to be black .
This is an accepted solution.
Yes, please add this
.collection-grid-item__title {color: #ffffff;}
Unsuccessful with that one the ShopK.LA disappears because the text default is white as well as the background
change color as you like
User | Count |
---|---|
543 | |
212 | |
129 | |
78 | |
44 |