Removing Text on Collection Banner ( Motion Theme )

Hello
How do I remove, disable, or hide the Title on my collection banner.
Here is the link to the page: https://dtsystems.com/collections/spr-super-pro-ranger-series

Thanks in advance!

Hi @BKDT

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collection-hero__content h1.section-header__title {
    display: none;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hello @BKDT
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-header.css
add this code at the end of the file and save.

.section-header__title--medium {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thanks !
It worked.

you have accepted your reply.
please accept my reply as accepted solution.
Thanks