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

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

imazele
Explorer
54 0 14

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 

Reply 1 (1)

steve_michael2
Trailblazer
441 38 55

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!