Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148130
    Jerome Dorsey
    Participant

    I need to change the font size in the site identity and the header media title and text. The text renders too big on a cell phone and wraps. http://www.sanpedrosportfishing.com/ . Thank you.

    #148148
    Skandha
    Participant

    @tattoo-tom: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:414px) {
    	.site-identity .site-title {
    		font-size:20px;
    	}
    	.header-media .entry-title.section-title {
    		font-size:26px;
    	}
    }

    You can adjust the font-size as well as the screen size according to you requirement.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I change the font size in the site identity and the header media title?’ is closed to new replies.