Remove page title on collection list page - Minimal theme

I want to remove the title “designers” from a collection list page in the minimal theme.

Also, by default the page has 3 collection links per row and I want to change it to 4 across.

I set it up using these directions -

https://ecomexperts.io/blogs/liquid-tutorial-shopify/how-to-create-a-page-of-collections-on-shopify-using-code and watched this video - https://www.youtube.com/watch?v=_7OwtNzhSzM&t=2s and did everything they said to do. It all works. Now I just need to make those 2 modifications…

https://shaylula.com/pages/designers

@smh3 Send me store password.

Hi,

Your store is password protected please provide password.

Thank you.

@smh3

Please add the following CSS code to your assets/timber.scss.liquid bottom of the file.

#shopify-section-collection-template .section-header__title {
    display: none !important;
}

Thanks!

@dmwwebartisan that did not work to remove the title…

and that doesn’t address the 2nd half of the question - changing the collection links to 4 across instead of 3…

@smh3

Your store is password protected please provide password.

thanks!

@smh3

Please add the following CSS code to your assets/timber.scss.liquid bottom of the file.

#shopify-section-collection-template .section-header--title {
    display: none !important;
}

Thanks!

@dmwwebartisan that didn’t work…

Please add the CSS code to your assets/theme.scss.liquid bottom of the file.

@dmwwebartisan unfortunately that didn’t work either…