Forum Replies Created
-
I think its been so since IE6 ๐
Kim
WordPress themes runs with the same language as WordPress.
So if thats English You have to translate the Themes language file
or rename the Themes language files in your native language to the
english names. You can find WordPress language file names here:
http://codex.wordpress.org/WordPress_in_Your_Language
http://wordpress.org/extend/plugins/codestyling-localization/
Kim
Well, Im also using Firefox on MacBook Pro & might add very happy with that.
The problem is IE versions & CSS code. (Try Google IE & CSS)
I have this CSS for
.sidebar h3.sidebar h3 {
-pie-background: linear-gradient(#afaeae, #6E6E6E);
background: #afaeae;
background: linear-gradient(#afaeae, #6E6E6E);
background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
text-shadow: 0 -1px 0 #000000;
}Kim
Hi Andrea,
Graphene Child Theme, Read first post here:
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
I think its easy, but important when changes mount ๐
Just ask ๐
Kim
Hi Andrea
Your
.sidebar h3looks like this now:.sidebar h3 {
background: -moz-linear-gradient(#AAAAAA, #555555) repeat scroll 0 0 transparent;
border-bottom: 1px solid #444444;
border-radius: 5px 5px 0 0;
color: #FFFFFF;
font: bold 16px/20px arial;
margin: -15px 0 5px -12px;
padding: 7px 12px;
text-shadow: 0 -1px 0 #555555;
width: 100%;
}I think if You change padding line, maybe:
padding: 4px 12px;Either change the code in style.css or put the code in Theme Custom CSS
But the best way is to make a Graphene Child Theme, if You havent ๐
Kim
Well, I jumped the CSS part and just uploaded a image.
Then I put this in Child style.css:
#top-bar {
background: url("/wp-content/uploads/sprite_tb103.png");
height: 46px;
}I have to try this another day:
http://webdesignerwall.com/tutorials/css-gradient-text-effect
Kim
Have You tried a search in this Forum? ๐
You have to change the image & color code in the background line:
#top-bar {
background: url("images/sprite_h.png") repeat-x scroll right -196px #000000;
border-bottom: 1px solid #191919;
height: 54px;
position: relative;
z-index: 10;
}#footer {
background: url("images/sprite_h.png") repeat-x scroll left -117px #000000;
box-shadow: 0 -3px 5px 0 #000000;
height: 49px;
position: relative;
}Its a simple CSS trick, also described with text effect here:
http://webdesignerwall.com/tutorials/css-gradient-text-effect
Kim
Sorry no one told you this: (Please, Just read first post)
With Firebug You can Right+Click on any text, color & element, then find the CSS code in right panel of Firebug. Try put in some changes there..
Well, When You update the theme changes in core files will be gone without a Child Theme.
Kim
But if I change the main menu item background from white->black
Text and menu item background borders dont play my way…
I might add here that its not My Theme: I like Graphene Theme
Regarding menues my future feature wishes goes this way:
Kim
