Hello, i didn't want to create a logo - the Wordpress title is quite good for me. The only correction i need is a change of the color. Normaly it's grey but i need it more lighter, because my slider image is quite dark. (http://jc-sattel.de) What's the css code for this? Thanks for helping. Kind regards, Marcus
Hello, Marcus! For your information, we are using cufon.js which convert text into images. So, before applying any css to text/heading you must have to disable cufon.js. Please follow the screenshot given below. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .logo h1 a { color: red !important; } Please change color according to your requirement. Thanks, Praveen