Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60771
    Vitaliy
    Member

    Is there are any possibility to change text size, for example site name and description, the same way as font on theme options?

    #60855
    Sakin
    Keymaster

    @Vitaliy: You can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS: box:

    @media screen and (min-width: 1025px) {
        #site-title {
            font-size: 36px;
        }
        #site-description {
            font-size: 14px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change text size’ is closed to new replies.