• Hello. I’m trying out Signify Dark. This is a wonderful theme. I look forward to customizing it. However, since I’m using for a “site”, not a blog, I’d like to know how to disable the words “From Our Blog” that shows up as the header to the post excerpts.

    Also, as this is a child theme, how do we go about changing font sizes? I’d like to reduce the font size on post and page titles by a couple of points.

    The “color” options built into Signify Dark do not allow changing the deep orange highlight color to something else. Would like to know how to do that.

    Really nice to have a centered, full-header dark theme. This is going to look classy when I’m done. Thanks in advance for any help you can give.

Viewing 1 replies (of 1 total)
  • 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 2 years, 2 months ago by cmckyes.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove “From Our Blog” ?’ is closed to new replies.