How To Remove Title From Collections Image At The Header

Webiste url- https://unigemofficial.myshopify.com/collections/bracelet

Password- uni

1 Like

Go to the theme code editor, select the theme.css file and add at the bottom of this file

h2.wpbingo-breadcrumbs__title { 
  display: none; 
}
1 Like

@Unitech

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/site.scss ->paste below code at the bottom of the file.
.template-collection .wpbingo-breadcrumbs__title {
    display: none;
}
1 Like

How to increase the size of header image of collection page after removing the title?