Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021796
    AmfiKreativ
    Participant

    Hi

    Is there a way to globaly sett different styling for the Paragraph text on Blog post and Pages?

    If text is white by default on Pages, and I want it Black on Posts. But it cant change it manually each time I post. It needs to be set globaly for the site.

    Thanks

    Thomas

    #1021990
    Paul R
    Moderator

    Hi Thomas,

    To make it black on posts, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-post p {
        color:#000;
    }
    

    Hope that helps

    #1021998
    AmfiKreativ
    Participant

    It did! Perfect!

    Thanks!

    Thomas

    #1022215
    Darshana
    Moderator

    Glad we were able to help 🙂

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