Comments m28006 started the conversationOctober 29, 2019 at 11:43amHow can I align the category title to the left and avoid the capital letters? Thanks in advance. 2,700PenciDesign repliedOctober 29, 2019 at 3:21pmHi,Please add more this code to Customize > Custom CSS to do that: body.category .archive-box h1{ text-transform: none; } body.category .archive-box{ text-align: left; } Best Regards,PenciDesign1 Likem28006 repliedOctober 29, 2019 at 10:48pmThank you. Any idea why the h1 title appears with the same size as the h2 sub headings ? 2,700PenciDesign repliedOctober 30, 2019 at 2:24amHi,Because you want to avoid the capital letters, so you look it smaller when do that.You can add more this code to Customize > Custom CSS to change the size for that title if you want: @media only screen and (min-width: 769px) { body.category .archive-box h1{ font-size: 30px; } }Best Regards,PenciDesign1 Likem28006 repliedNovember 6, 2019 at 2:57pmIn mobile view the main header is still smaller than H2 subheadings. How can I make the main header bigger? 2,700PenciDesign repliedNovember 6, 2019 at 3:38pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px) { body.category .archive-box h1{ font-size: 28px; } } Best Regards, PenciDesign Sign in to reply ...
How can I align the category title to the left and avoid the capital letters? Thanks in advance.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you. Any idea why the h1 title appears with the same size as the h2 sub headings ?
Hi,
Because you want to avoid the capital letters, so you look it smaller when do that.
You can add more this code to Customize > Custom CSS to change the size for that title if you want:
Best Regards,
PenciDesign
In mobile view the main header is still smaller than H2 subheadings. How can I make the main header bigger?
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign