Home › Forums › WoodMart support forum › Title font size on mobile devices › Reply To: Title font size on mobile devices
May 23, 2020 at 11:27 am
#197258
Aizaz Imtiaz Awan
Keymaster
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.