• Resolved webdeveloper777

    (@webdeveloper777)


    can you customise the Post Title font size in Single post in the blog setting like you can customise the logo to have 2 widths (one for desktop & one for mobile)

    So basically in logo settings you can customise Logo width, set one size for desktop and one size for mobile. Is there a similar option for Post title font size in blog settings?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    For the Twenty Twenty-One theme, Twentig lets you control the font-size of the single post’s title on desktop (Customizer > Twentig Options > Blog > Single Post > Post Title Font Size). But it doesn’t include a feature to control the size on mobile. However, you can achieve it by adding the following custom CSS in Customizer > Additional CSS (replace the 2rem value as you like):

    @media only screen and (max-width: 651px) {
    	.single-post .entry-title {
    		font-size: 2rem;
    	}
    }

    Hope that helps,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Customise Post title font size (one for mobile & one for desktop)’ is closed to new replies.