How to remove "Collection List Title" and also the "Overlay Shadow in STREAMLINE

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 :

1 Like

@LaPetiteRenarde

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.

Hi @LaPetiteRenarde

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

1 Like

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 ! :raising_hands: :flexed_biceps: :clap: :oncoming_fist: :sign_of_the_horns:

2 Likes

I am trying to do this but I cannot find theme.css under assets

Hi @bobbyharley
Can you share your website url to check what theme it is?
The files naming are not same for each theme so may be it’s style.css or main.css etc.

Thanks

Sheesh B