Home Forums WoodMart support forum Title font size on mobile devices Reply To: Title font size on mobile devices

#197258

Hello,

I saw the screenshot you attached. If you want to do it separately for specific titles then you need to-cart target those classes to change the title size. For example for the class you added you need to use the following Custom CSS.

.mobile-big h1{
font-size: 36px;
}

Best Regards.