Shopify themes, liquid, logos, and UX
I'm redoing my website so this new site is not online yet so I downloaded the latest version of STREAMLINE to have the 2.0 and this has been my two problems (any help is welcome :))
1. How to remove the title on all the tiles for the section "Collection List" in the STREAMLINE theme (last version 5.0).
2. Also I can see that there is an Overlay shadow that makes the image darker is there a way to remove also that so the image appears normal is there an opacity option for that section that I missed?
see image below :
Solved! Go to the solution
This is an accepted solution.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
You can fix this as go to theme.css under assets and put below CSS at bottom of file
.skrim__overlay::before {
background: transparent;
}
.index-section .skrim__item .skrim__title {
display: none;
}
Before
After
This is an accepted solution.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
You can fix this as go to theme.css under assets and put below CSS at bottom of file
.skrim__overlay::before {
background: transparent;
}
.index-section .skrim__item .skrim__title {
display: none;
}
Before
After
OMG what a nice surprise to wake up this morning and finding this answer that actually worked like a charm ! Thank you a lot you make my day !🙌💪👏👊🤘
User | RANK |
---|---|
122 | |
100 | |
74 | |
72 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022