Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403344
    tucker_m
    Participant

    Is there a way to change the font family of all blog titles and body text? I’m assuming there is some CSS that would allow for this. Thanks in advance!

    #1403345
    tucker_m
    Participant
    This reply has been marked as private.
    #1403585
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .blog h2.entry-title a ,.archive h2.entry-title a {
        font-family: cursive;
    }
    .entry-content.excerpt {
        font-family: fantasy;
    }

    Hope that helps.

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