Home Forums Free Themes Magzimum How to icrease font size of tile and tag line

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #625
    sree.raghu143
    Participant

    I cant find where to increase the font size of my title..
    pls guide me…

    #632
    wensolutions
    Keymaster

    Hi @sree.raghu143,

    You can increase the font size of site title and tagline with few lines of custom CSS through Theme Options.

    Just go to Appearance->Customize->Custom CSS in your Dashboard and put following CSS code.

    h1.site-title{
    	font-size: 35px; /* make sure you change this value as per your requirement to change site title */
    }
    
    h2.site-description{
    	font-size: 18px; /* make sure you change this value as per your requirement to change tag line*/
    }

    Hope this helps resolving your problem.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.