taoahler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS Color change locked?Thank you for your replys! I have been unable to solve the problem. Still no colors at all could be changed. I have changed Style Sheet now. And now all colors can change 🙂
Forum: Themes and Templates
In reply to: CSS Color change locked?I understand that I cannot change a background color that I cannot see, if it’s covered by an image. Or change the colors in the image, except in Photo Shop or so, which I did. (thats why i want to change the stylesheet colors so they match)
Heres another ex. -the blog name. I can change it’s position, the font size, but still not it’s color!?
#blog_name {
position: absolute;
left: 55px;
top: 30px;
color: #DBD1C2;
margin: 0;
padding: 0;
font-weight:bold;
font-size: 36px;
letter-spacing: -2px;
word-spacing: -0.8px;It doesn’t make any difference if I change it through WordPress og through Firefoxes Web Developer plug-in.
To me this does not compute..Forum: Themes and Templates
In reply to: CSS Color change locked?This was just an example. I can change no colors in the entire Style Sheet!
Forum: Installing WordPress
In reply to: Install.php can’t find wp-config.php file“There doesn’t seem to be a wp-config.php file. I need this…” Yes my exact problem too.
And the reason;
My host had not activated PHP, only the Database.Run this little script here to check if PHP is activated and its settings
<?php phpinfo(); ?>place it in a text file called – test.php – run it through your browser. If a status window appears PHP is activated