Forum Replies Created
-
Mod
Add this to your child theme stylesheet or to your custom CSS.
.header_title {text-align:center;}removed the site title from the settings but this caused my website title to not appear at the top of my browser window above the address bar
I presume that you mean from “General Settings”, right? You can always control what appears in the title bar of a window by going to Graphene Options >> Display >> Miscellaneous Display Options.
How do I center my site title using a Mac?
What you use to edit doesn’t make as much a different in how your site appears as which platform/browser configurations your readers use. The real difference is when you use other applications, such as a text editor (I like Tex-Edit) or an FTP client (I like Transmit).
Good luck,
Ken
Mod
In reply to: HELP – I broke my Secondary Menu – two many pages – any LIMIT?
October 22, 2011 at 7:30 pm #18594I must agree with TobiF. Too many options in a navigation menu make it almost worthless when it comes to navigating the site. If you have a lot of posts to organize, you may want to include a sitemap. Any of these plugins might do the trick.
Ken
Mod
Forgot this one, but I just found it:
https://forum.graphene-theme.com/graphene-support/header-image-size-change#post-345
Mod
I answered this the other day in this post, but I forgot to add this one, about the header width.
Mod
Fixed it. Wow, can’t believe I did that. My mind is going, Dave. I can feel it….
Mod
In reply to: Featured Image not displaying as header image for a page.
October 21, 2011 at 8:53 pm #18549If not, it might be the Cimy Header Image Rotator that is messing things up. You might try disabling it for a bit.
Mod
In reply to: Featured Image not displaying as header image for a page.
October 21, 2011 at 8:52 pm #18548If you have Graphene Options >> Display >> Header Display Options >> “Disable Featured Image replacing header image” option unticked, this should work. Your images are big enough.
Mod
Please read the forum rules, especially under “Objectionable Materials”.
Ken
Mod
Actually, if you just want a solid color, you shouldn’t need to use a sprite. Just change things like this:
#header-menu {
background: url(images/sprite_h.png) left -3px repeat-x #101010;to something like this:
#header-menu {
background: #C2BAD9;
}This should work, provided you change all instances (including hovers) that you want to change. Navigation starts around line 200 in Graphene’s stylesheet.
Ken
Mod
Indeed. +5 charisma to you, Josh.
The only problem with this approach is that it changes the title for all comments, so it only works if all of your comments are disabled. (and thus, -5 intelligence to me).
But I’m working on it.
