• Hi. I would like to change the title of my blog page to Articles. I have changed the name of the page in pages but it is still displaying BLOG as the page title, though not in the menu bar. I saw this code on another thread (now closed) to add into custom CSS field

    .blog h1.page-title {
    	font-size:0;
    }
    
    .blog h1.page-title:before {
    	content: "Articles";
    	font-size:28px !important;
    }

    This adds the word Articles before blog but does not get rid of the word Blog. Any tips? Many thanks

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing blog page title’ is closed to new replies.