Frontier Custom CSS box: .entry-title {font-family: 'Walter Turncoat', cursive;} .blog-view .entry-content {font-size: 120%; font-family: 'Cabin', sans-serif;} .single-view .entry-content {font-size: 120%; font-family: 'Cabin', sans-serif;} Frontier Misc box: functions.php: /*------------------------------------- Modify Read More Link --------------------------------------*/ add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return ' Click here to continue reading this article...'; } /*------------------------------------- Modify Read More Link (button) --------------------------------------*/ add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return '
'; }