Hide "protected" title
-
Hi. Can someone help me to hide the “protected” title in a password protected site? What sort of CSS coding can I use? Many thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi ,
Please apply the below CSS code in your CSS Customizer
.entry-title{
display : none;
}Let me know if that’s what is required to hide the Protected title in your site.
-
- The topic ‘Hide "protected" title’ is closed to new replies.