How To Remove Collection Title From Over Collection photo Motion Theme


Please help! i cant find the right code

Hi @foxxygirl93 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. add code below to end of file
div[id$="__featured-collections"] .skrim__title {
  display: none;
}