• Resolved timdevogel

    (@timdevogel)


    At the top of the centre column of my site suddenly the word ‘BLOG’ had appeared, next to the description of the site. Just take a look at http://www.elektroretailmagazine.nl. You,ll see:
    ELEKTRO RETAIL MAGAZINE BLOG.

    Hoe do I remove the word BLOG? And, for the future, if I want to, can I remove the rest, ELEKTRO RETAIL MAGAZINE?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could hide this by making an edit to your main.min.css file. Just remember the caveat about using child themes so as to not be overridden later.

    Just change it from this:

    .page-title span {
    color: #aaa;
    }

    to this:

    .page-title span {
    display: none;
    }

    The blog heading is defined in Customize > Content > Blog Design “Blog Heading” and “Blog Sub-Heading”. If you don’t define those options they default to the site title and “Blog”. The code @dbking posted will work to remove “Blog”. Or you can enter a space character in the “Blog Sub-Heading” option.

    Thread Starter timdevogel

    (@timdevogel)

    Great bdbrown, that worked like magic. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove the word BLOG?’ is closed to new replies.