wordpresspit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] color navigation-barAgain…
That doesn’t work:
.post-title #post-51 {
display: none;
}This works:
#post-51 h1 {display:none;}Forum: Themes and Templates
In reply to: [Responsive] color navigation-barI’m sorry, that doesn’t work.
This works:
#post-51 h1 {display:none;}Forum: Themes and Templates
In reply to: [Responsive] color navigation-barOk. I found a solution:
#wrapper { background-color: #B31D21; border:0; }But this changes all wrapper, not individual pages or posts.
The title can be removed separately with that:
#post-51 h1 {display:none;}
51 is the ID of a page.In the wrapper there are still the path and the link to home. How can I remove that?
Forum: Themes and Templates
In reply to: [Responsive] color navigation-barIt works! But is it only possible for pages AND articles? Not separately for pages?
Hopefully one of my last questions….;-)
I don’t find the tag for the background-color of the pages. Could you help me again?
This one has no function:body { background:#B31D21; }Forum: Themes and Templates
In reply to: [Responsive] color navigation-barThanks! Great!
And my problem with the title?
Forum: Themes and Templates
In reply to: [Responsive] color navigation-barOh, thank you!
Another question: I can change the color of the menu bar now, but when I wanna use an expanding menu it is white colored. How can I change this color?
And by the way… I didn’t found how I can remove the page title. I found this thread: http://themeid.com/help/discussion/comment/2492. But that doesn’t work respectively the code is different. Is there a solution, too?