Remove BLOG title from posts

How do I remove BLOG and rename it to the category name?

http://www.glendalefilipinosda.org/first-tastetalks-test/

Hello @caseyv22,

Thanks for asking. :slight_smile:

Displaying category name on post page will fall outside the scope of support we can offer. However, I can help you to get started.

  1. If you would like to remove Blog title please add following CSS under X > Theme Options > CSS:
.single-post .x-header-landmark {
    display: none;
}
  1. If you would like to display category name in place of title, then under /wp-content/themes/x/framework/legacy/cranium/headers/views/renew/ you need to edit the file _landmark-header.php.

Please note that we don’t suggest customers to edit theme files directly. Instead we suggest you to setup child theme. I am sharing the resources that you can use to download and setup child theme:

https://theme.co/apex/child-themes

Hope that help you to point in right direction.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.