• Resolved Raradra

    (@raradra)


    How can I change the subtitle/tagline/whatever you call it, the line directly below the site title that describes the site? It’s way too small and I want to increase the font but nothing I do seems to work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ezhil

    (@ezhil)

    .site-header h2 , add style to this class

    Thread Starter Raradra

    (@raradra)

    This is the code I’ve got, when I try and increase the font size from 13 to 16px or even 18px, nothing happens.

    .site-header h1,
    .site-header h2 {
    	text-align: center;font-family: Damion;
    }
    .site-header h1 a,
    .site-header h2 a {
    	color: #515151;
    	display: inline-block;
    	text-decoration: none;
    }
    .site-header h1 a:hover,
    .site-header h2 a:hover {
    	color: #21759b;
    }
    .site-header h1 {
    	font-size: 24px;
    	font-size: 1.714285714rem;
    	line-height: 1.285714286;
    	margin-bottom: 14px;
    	margin-bottom: 1rem;
    }
    .site-header h2 {
    	font-weight: normal;
    	font-size: 13px;
    	font-size: 0.928571429rem;
    	line-height: 1.846153846;
    	color: #757575;
    Theme Author ezhil

    (@ezhil)

    @raradra , kindly see their are two font-size mentions in .site-header h2 , you got to change both for it to work ( you can also remove any one of them.)

    Thread Starter Raradra

    (@raradra)

    that did it. thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘H2 in the title too small’ is closed to new replies.