Forum Replies Created
-
Mod
Okay. Try this custom CSS:
#reply-title {font-size:11px;}Try using Firebug to identify which element you want to change. It works great!
Mod
Have you tried looking in the WordPress Support forums?
Ken
Mod
Mod
In reply to: How to change black bars at top / bottom of site and various other colours
August 26, 2011 at 11:31 am #16596Can some of them be made with snippets of code in the ‘Custom CSS’ box
Yes, and in fact, many of your questions have already been answered in this forum. Have a search around and let us know what you have trouble implementing.
Ken
Mod
Okay. Try this custom CSS:
.comment-link {font-size:11px;}Mod
That would be a very long tutorial, indeed.
Actually, it didn’t turn out to be as long as I thought it would be. Comment on my blog (not here) about what other tutorials you would like to see next.
I guess part of my confusion is not knowing which part is WordPress general and which aspects are specifically Graphene related
This is a big one. I’ve been working with Graphene for so long now that the line is a bit blurry. But good to know and think about.
Mod
Mod
Not a bug (it looks fine to me) so moved to Support for a quicker answer.
Your blog looks great to me. I don’t see any repeating entries like you describe.
Ken
Mod
Please enclose code in backticks (on the “~” key) to prevent browsers from trying to render it. (I’ve fixed this for you.)
I am trying to add the website title add tag line to the top bar in graphene.
Well for starters, you are inserting PHP code into a stylesheet, where you should only have CSS code. (“Your modification goes here” means “Your styles modification goes here”.)
Somewhere (I’ll let you figure out exactly where) in the
<div id="top-bar">, you want to insert the following code:<?php echo '<'.$title_tag; ?>Or, if you want it to link back to the home page:
<a href="<?php echo home_url(); ?>" <?php echo '<'.$title_tag; ?></a>Or something similar. I am NOT a PHP expert, and if I’ve pointed you in the wrong direction, I’m sure someone will give you a map and a compass before too long. Else, you may just figure it out on your own.
Have fun, and good luck.
Ken
And be sure to read the forum rules.
Mod
Yes, please read that link. I was completely mistaken about this.
