• Resolved Pascalvd

    (@pascalvd)


    Hello,

    My title in the big title section is a bit too long to fit on one line. I would like to change the font size of the big title section header so I can adjust it to fit on one line. I am using a child theme to edit the theme.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Madalin

    (@madalin_themeisle)

    Hi,

    You can change the font-size for Big Title from css. So you need to edit the style.css file.

    In style.css go at .intro-text (line 1518)

    .intro-text{
    	text-align: center;
    	color: #FFF;
    	margin-top: 25%;
    	line-height: 65px;
    	z-index: 0;
    	text-transform: uppercase;
    	font-size: 55px;
    	float:none;
    
    }

    Now you have a font-size: 55px and you can put what size you want.

    Best regards,

    Madalin

    Thread Starter Pascalvd

    (@pascalvd)

    Thanks, works perfectly!

    Madalin

    (@madalin_themeisle)

    Hi,

    I’m glad that you are satisfied. Thank you for choosing our products.

    Best regards,

    Madalin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change big title font size’ is closed to new replies.