Tagged: x Author Posts December 21, 2016 at 5:54 pm #1301045 Phil13Participant Hi, I tried in custom css: p, .p { font-size: 70%; line-height: 1.2; } OR p, .p { font-size: 12px; line-height: 1.2; } And it doesn’t work… 1) How to reduce the size of <p> text by default? 2) It is possible to specify a size of <p> only for blog’s articles ? Thanks for your help 🙂 December 21, 2016 at 8:41 pm #1301298 FriechModerator Hi There, Thanks for writing in! You can use this custom CSS instead. body p { font-size: 70%; line-height: 1.2; } It is possible to specify a size of <p> only for blog’s articles? body.single-post p { font-size: 70%; line-height: 1.2; } Feel free to adjust the value. Hope it helps, Cheers! December 23, 2016 at 6:22 am #1302690 Phil13Participant It works 🙂 Thanks a lot 🙂 December 23, 2016 at 7:24 am #1302716 Paul RModerator You’re welcome! 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1301045 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In