Remove Titles
-
I was wondering how to remove titles from the different pages on my website. I want to keep the titles in the header but I want to remove them from the top of the page which sits immediately above the text.
The blog I need help with is: (visible only to logged in users)
-
-
Since you have the Custom Design upgrade, you don’t need the above workaround. Add this:
.page .entry-title { display: none; }You also need to correct the color of the footer credits: the color scheme you have applied makes them invisible, and that’s against the ToS. Add this:
.site-info a { color: #6D7379 !important; }In the future make sure you post CSS questions in the CSS forum, not the Support forum.
-
In the future make sure you post CSS questions in the CSS forum, not the Support forum.
There are a limited number of volunteers who have CSS experience, so you will be helped faster if you post where they are most likely to look for questions to answer, that being the CSS forum. The support forum is for general questions, and we volunteers who frequently assist there are many. Unfortunately, we mostly don’t have the expertise to assist with css questions.
- The topic ‘Remove Titles’ is closed to new replies.