Forum Replies Created
-
Hi Ron
You are welcome 🙂
Have You made a Child Theme? If not please read first post here:
Kim
Then You have to choose where to show the menu.
The Theme has 2 menues locations, I think header menu is where to show Your menu 🙂
Another new WordPress feature in menu page top right corner, try show screen settings..
Kim
Hifi!
I wanted You to look at or notice sprite_master.png, say:
http://www.nørrebo.dk/bbpress/testroom/sprite_master.png
Well, if You want to change some icons, there are many
out there: http://www.iconfinder.com/search/?q=date
Kim
Hullo 🙂
Just make the same with the Child. Then You are okay.
But it clearly shows what happens when You update the
theme someday.. Well my advice.
Try my lines with Your color codes 🙂
Have You tried right+click on Your little calendar pic in posts
and then show background picture. Maybe one with gray colors..
And The Themes PSD’s are here:
http://graphene.googlecode.com/svn/trunk/PSDs/
Kim
Now You have to add your changes to Child Theme’s style.css
so You have the same look as without 🙂
Please, let me ask!
Have You made changes in, say functions.php?
Kim
Have You search the forum, try: change color 🙂
Kim
Here are my gray colors 🙂
.block-button, .block-button:visited {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius:5px;
border-radius:5px;
border: 0px solid #CCCCCC;
display:block;
font:bold 12px arial;
text-decoration:none;
padding:5px 15px 6px 15px;
color:#FFFFFF;
text-shadow:0 -1px 1px #000000;
margin-top:10px;
position:relative;
float:right;
-moz-box-shadow: 0 0 0px #333333;
-webkit-box-shadow:0 0 0px #333333;
box-shadow:0 0 0px #333333;
background:#afaeae;
background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
background:linear-gradient(#afaeae, #6E6E6E);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
-pie-background: linear-gradient(#afaeae, #6E6E6E);
}
.block-button:hover{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
background:#D4D4D4;
background:-moz-linear-gradient(#D4D4D4, #737373);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#D4D4D4), to(#737373));
background:linear-gradient(#D4D4D4, #737373);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#737373'); /* for IE */
-pie-background: linear-gradient(#D4D4D4, #737373);
}Kim
In reply to: Why does a blogroll link keep getting added by the theme?
April 11, 2011 at 4:29 pm #13708Its not easy even to answer without URL to the site!
Kim
If You use Build-in menu You can name & rename both places to Your needs:
http://www.yoursite.xxx/wp-admin/nav-menus.php
Why not supply URL to the site?
Kim
