Hide page title in Coutoire
-
Hi. I am using the theme Coutoire and is says that it is possible to hide the page title on the home page. However, when following the instructions there to the Homepage Setting there is no option to hide it.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
That particular feature is only available on the WordPress.com version of this theme. Your site is not hosted with us, but have the self-hosted version of the theme installed via the Jetpack plugin, so you won’t see this option on your site.
But you also don’t need it – you can very easily hide the homepage title with a few lines of CSS code added to the Customizer:
.home .entry-title { visibility: hidden; } -
Ahh how great. How do I know what the page is called? (Home is often a given but where can I see the class name if I want to do it on multiple pages?
-
- The topic ‘Hide page title in Coutoire’ is closed to new replies.