[FLEX THEME] Collection Mobile title font size

Hello I am using the “Flex” Out The Sandbox theme and have run into a heading font dead end. I want to change the mobile size of the collection thumbnails header. However when I change the size of it, it changes the desktop version as well. How can I change only the font-size for my mobile version

1 Like

Hi @Emmanuelguz ,

Please share your store URL and if your store is password protected then please provide password too.
You can take a picture of the place you want to edit.

So that we can help you.

Please add below css in bottom of assets/styles.css file

@media only screen and (max-width: 798px) {

.collection-info__caption .title {
font-size: 25px;

}
}
Thank you.

1 Like

Thank you very much that worked great!