Remove "protected" from private site using CSS and custom design upgrade
-
My wordpress.com site is password protected. I do not want the word “protected” to be displayed on each page before the title. I’ve purchased the custom design upgrade. But I don’t know any CSS. Does anyone have code they could share with me to remove that word?
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi, “Protected” is inserted by the WordPress/theme software into the title element itself, so it cannot be removed separately. You can remove the entire page title with the following CSS.
.entry-title { display:none; } -
-
- The topic ‘Remove "protected" from private site using CSS and custom design upgrade’ is closed to new replies.