Change Font Size on Product title - Impulse

I am trying to find where I can change the font size for the mobile version for my product titles on the product page. I can’t find where I can change this… Any one who can guide me?

cocktailored.se

Hi @pwarnhammar

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

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

[data-type_product_capitalize=true] .grid-product__title {

font-size: 20px;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

I can’t find any asset or file called theme.css

Hi @pwarnhammar

Please try going to your Themes > Edit code > Go to Assets section > Open file theme.css and add the following code at the bottom of the file.

@media only screen and (max-width: 640px) {
  .product-single__title { 
    font-size: 15px 
  }
}

I hope this helps!

Hi There,

i badically wrote in my second post that i cant find this asset