• Resolved kirruuk

    (@kirruuk)


    Hi ,

    I would like to change the font size of my blog content,font size of category titles,archives and other widget titles but could not find an option for the same.

    kindly advice how to change the same?

    regards,
    Kiran

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If there’s no option to do so in the dashboard then you may have to code this, how familiar are you with CSS?

    Theme Author ronangelo

    (@ronangelo)

    Like what Andrew said, you’ll need to know some css. You can add those css codes on Frontier’s custom css option.

    Example:

    .widget-title {
       font-size: 13px;
    }
    
    .entry-content {
       font-size: 14px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font size issue’ is closed to new replies.