• Resolved synflex

    (@synflex)


    hello, your theme is truly amazing!
    can you tell me how I can reduce the font size for pages and posts? Both for the title and article text. I should probably put some particular function in the custom css, but I’m new to wordpress and I’m not familiar with php programming.
    thank you very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • This would be very helpful! Or even how to eliminate it altogether.

    I’m definitely able to make this happen for you

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @timaton, You can make it happen in this thread.

    Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css
    #custom #post-entry article [ font-size:80% !important; }
    or
    #custom #post-entry article [ font-size:0.875em !important; }

    Thread Starter synflex

    (@synflex)

    this works for the text area, even if you have to replace the square brackets with the brace in this way:

    #custom #post-entry article { font-size:80% !important; }

    for the post title I found this code on the wordpress forums, and it works:

    #post-entry article.post-single h1.post-title { font-size: 2em; }

    thanks a lot Richie!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce font size’ is closed to new replies.