Comments m28006 started the conversationDecember 12, 2019 at 12:25pmIs there a way I can make the title heading in pages look more similar to posts?Example Post: https://londonducklings.co.uk/spitalfields-city-farm/Example Page:https://londonducklings.co.uk/best-museums-kids/ 2,699PenciDesign repliedDecember 13, 2019 at 7:49amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 769px){ .penci-page-header h1 { font-size: 50px; } } @media only screen and (max-width: 768px){ .penci-page-header h1 { font-size: 24px; } } Best Regards,PenciDesign Sign in to reply ...
Is there a way I can make the title heading in pages look more similar to posts?
Example Post:
https://londonducklings.co.uk/spitalfields-city-farm/
Example Page:
https://londonducklings.co.uk/best-museums-kids/
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign