Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1301045
    Phil13
    Participant

    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 🙂

    #1301298
    Friech
    Moderator

    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!

    #1302690
    Phil13
    Participant

    It works 🙂

    Thanks a lot 🙂

    #1302716
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1301045 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>