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!
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.
.collection-hero__content h1.section-header__title {
display: none;
}
And Save.
Result:
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