I want to reduce the size of my collection title on all my collection page

Hi,

I want to reduce the size of all my collection title on all my collection page (I want to be able to choose the size myself) : https://www.five-pocket.com/collections/fb-county

Hi @imazele ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media(max-width:767){
.collection-hero__title {
    font-size: 20px !important;
 }
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!