Home Forums Pro Themes Myself Pro Changing some of font sizess

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144435
    dilara
    Participant

    Hi,

    I want to change these font sizes:

    Site title text
    Site tagline text
    Front page h2 entry title

    I am using the free version of Myself theme.

    Can yo help me?

    #144575
    Psink
    Keymaster

    Hello Dilara,

    Please Add this CSS in the Additional CSS

    
    .site-title a{
        font-size: 25px;
    }
    
    .site-description{
        font-size: 20px; 
    }
    
    h2.entry-title {
       font-size: 25px;
    }
    

    Please adjust the font size value as per your need

    Regards,
    Psink

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