pbcconsulting
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Can I remove page titles from all pages?ScrumptiousBunsUK does not mean at the top of the page, she means there’s a rectangle of white space on top of the featured image, which normally is a placeholder for the title, that remains, even as the title itself is gone.
Thoughts?
Forum: Themes and Templates
In reply to: Remove "Home" Title from front static page Twenty-Fourteen Theme@tareq —
How can we remove those page titles from several pages? I tried:
.page-id-x1 .entry-title { display: none; .page-id-x2 .entry-title { display: none; .page-id-x3 .entry-title { display: none; }
(with x1, x2 and x3, etc. representing different IDs)
…but it doesn’t work.
This probably sounds terribly stupid to people who actually know CSS.Sorry ??
The proposed solution:
.entry-header { display: none; }
…works really well. TOO well in fact. As it also removes the titles from the POSTs (not just from the PAGES), and also takes away the titles in the “Featured Content” section on the home page (if one uses the “grid” instead of the “slider”).
Any suggestion welcome.
Thanks!Forum: Themes and Templates
In reply to: Ephemera Widget: Quotes without blog postsAh! One more thing I just noticed. It seems this code does not completely remove all “regular” traces of the hidden posts, as they still appear during the post navigation (“Next Post” // “Previous Post”)
That should also be eliminated ??
(How long will I be able to carry on without learning PHP? ?? )
Thanks!
Forum: Plugins
In reply to: [Fourteen Colors] Header Text color no longer workingOh! I think I found it. The code shows up:
/* Override the site title color option with an over-qualified selector, as the option is hidden. */
h1.site-title a {
color: #fff;
}Why override that option?