how to hide the page title in twenty thirteen
-
After consulting this forum, I got the html to hide the title on the home page. I also want to hide the header on this page.
I tried using the same code on the CSS customization page but it isn’t working. Can anyone tell me what I am missing? Below is what I have up now (with the code to center the text in the footer).
/*
*/
.home .entry-header {
display: none;
}/*
*/
.rrr5k .entry-header {
display: none;
}.school-address {
text-align: center;
}#text-6 {
width: 100%;
}The blog I need help with is: (visible only to logged in users)
-
Your header text is no longer displaying, as requested, and if you no longer want a header image to appear, you can remove it here:
https://stmaryschoolsherman.wordpress.com/wp-admin/themes.php?page=custom-header
If I’ve misunderstood the issue, or if you have any other questions, please let me know.
-
The fault is mine. The header is hidden on the home page. I want to hide it on this page as well: http://stmarys-sch.org/rrr5k/
-
No worries.
As far as I can tell, the header on that page looks the same.
If possible, send me a screenshot, so I can better understand the issue. You can simply upload the screenshot to your Media Library, like any other image, and I’ll be able to access it from there.
The page at the following link has some helpful tips for taking screenshots:
Once you give me some additional clarification, I will be more than happy to continue resolving your issue.
-
I couldn’t add the screenshot to the reply box so I uploaded it and here’s the link:
https://stmaryschoolsherman.files.wordpress.com/2014/09/screen-shot-2014-09-25-at-2-17-16-pm.png
Do you see ‘rrr5k’ in black, above the reindeer? I want that to be gone. -
rrr5k is the title of that page.
You can change it here:
https://stmaryschoolsherman.wordpress.com/wp-admin/post.php?post=625&action=edit
Let us know if you have any more questions :-)
-
There is already publicity out with the url http://stmarys-sch.org/rrr5k/
If I change the title, won’t that change the url?
What I would rather to is hide the title on that page. The forum gave me the coding to do that on the CSS customization page. I tried using the same format for this page and it doesn’t work. Can you give me the code to hide the title on the rrr5k page?
FYI: Here is all of the custom coding on my CSS page:
/*
*/
.home .entry-header {
display: none;
}/*
*/
.rrr5k .entry-header {
display: none;
}.school-address {
text-align: center;
}#text-6 {
width: 100%;
} -
No, changing the page’s title will not change its URL:
If you need assistance with CSS-related changes, check out our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
Let us know if there is anything else you need. We’re here to help :-)
- The topic ‘how to hide the page title in twenty thirteen’ is closed to new replies.