New Front EN › Support Forums › Sensei Theme Support › Can't get Top Menu to display correctly › Reply To: Can't get Top Menu to display correctly
Dear Inoran,
to answer your questions:
1). Please go to the Theme Options panel, “Style: Content, Widgets” tab. There you will find the “Post heading text color” option, which does the trick ;) note, however, that this option will also change the sidebar widget headings. If you do not want that to happen, then we must add one line of code: please go to “Appearance -> Editor” and add this line at the bottom of “style.css” (should be opened by default):
.blog .post-header h2 { color: #ff0000; }
and hit “Update File”.
2). To hide page titles, please add another line of code to the same file:
.type-page h1 { display: none; }
note, however, that this will hide headings on all pages; in case you want to be more selective, you can use the following line:
#post-xx h1 { display: none; }
where “xx” is the page ID in question. You can locate the page ID by going into the editor mode for that page and looking at the URL in the browser: the numeral after “post=” will indicate the page ID.
Should you have more questions, do not hesitate to ask!
Sincerely,
Andrew | Satori