Forum Replies Created
-
No problem.
Sometime IE browsers needs refresh 🙂
Its wise using Child Theme w/All WordPress Themes.
Kim
Im sure You have the code placed in either style.css 🙂
Check one more time.
What do You mean with:
or answer in any other post since the latest upgrade?
Kim
In reply to: Short explanation needed how to extend the menu and add widgets
March 19, 2011 at 6:50 pm #11831In reply to: I can't translate "Read the rest of this entry", "Leave comment", etc..
March 19, 2011 at 6:45 pm #13087Well, if You dont make a Child Theme, the changes are gone with next Theme update,
so I was just trying to help You. Also when I saw Your posts with black background.
You find the places with Firebug!
Feature request? 🙂
Kim
In reply to: Help child theme only shows content with no style formatting
March 18, 2011 at 8:39 pm #13292/*
Theme Name: Graphene Child
Theme URI: http://www.zeesterretje.nl/Ascender/
Description: Child theme for the Graphene theme
Author: Ascender
Author URI: http://www.zeesterretje.nl/Ascender/about/
Template: graphene
Version: 0.1.2.1
*/
@import url("/wp-content/themes/graphene/style.css");
/* Your modification goes from here */Kim
Here You have my nav .menu:
#nav .menu li a, #nav .menu li a:visited {
color: #BABABA;
font-family: arial,verdana,tahoma,georgia;
font-size: 12px;
padding: 0 6px;
}Change: padding: 0
6px;Then Change Your picture!
Kim
In reply to: I can't translate "Read the rest of this entry", "Leave comment", etc..
March 18, 2011 at 8:08 pm #13086Graphene Theme language files is here:
/wp-content/themes/graphene/languages1. Rename en_EN.mo & en_EN.po files to el.mo & el.po
2. Then edit Your new “Greek” files
Kim
Have you tried:
a, a:visited {
color: #000000;
text-decoration: none;
}Kim
