Home Forums Free Themes WEN Travel Modern How to change the page title on the blog page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178364
    donald gerard
    Participant

    The page title in the header on the blog page says “Archives” no matter what I name the page. How do I change it from “Archives” to “Blog”? Thanks!

    #178476
    Psink
    Keymaster

    Try this CSS

    .blog .custom-header .section-title:before {
    content: ‘Blog’;
    visibility: initial;
    padding-left: 120px;
    }

    .blog .custom-header .section-title {
    visibility: collapse;
    }

    #178516
    donald gerard
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.