Hi nsim, I agree, it’s a great theme. I too could not find a way to get rid of “From our Blog” with the normal editing tools. I got rid of it by navigating to the /wp-content/themes/signify directory on my server. If yours is a linux server it would likely be /var/www/html/wp-content/themes/signify. There’s a file there called “index.php”. I commented out line 21 with two forward slashes “//” to remove the offending text and give me back some white space:
//$signify_blog_title = get_theme_mod( ‘signify_recent_posts_heading’, esc_html__( ‘From Our Blog’, ‘signify’ ) );
-
This reply was modified 3 years, 9 months ago by cmckyes.