banky
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrade to 3.2.1 – wp-admin login failed – memory problemHi, I am having trouble with one of my sites displaying it’s images. I have just moved 2 sites over to my server today and had to resolve the issue of the max php memory. After sorting that out, I thought my images would display but they still do not.
https://www.brindlehomes.co.uk
is this anything to do with wordpress or something I have done?
right well for starters why are you editing functions.php?
Go into the plugin and use the “Custom CSS” section.
For what I have needed this is what I have got in mine, the first bit will center a background image instead of it being tiled. The second will get rid of the shadow. The third & fourth changes to font color of ‘Register’ etc with a hover over color. The 5th will remove the blue border around the button which is good if you are wanting to edit it. And the 6th part will change the color of the <– back to your URL, I have made my text a little bigger so remove that bit if you dont want to.
html { background-postion: center top !important } .login #nav, .login #backtoblog { text-shadow: none;} .login #nav a {color:#ffffff!important;} .login #nav a:hover {color:#FF6600!important;} .login .button-primary {border:0px; text-decoration:none; } .login #backtoblog a {color:#ffffff!important; font-size:1.5em;}
Fixed it! Cheers.
Cheers for the reply! I have tried targeting the back to my URL with,
.login #backtoblog a. {color:#ffffff;}
and it does not change anything. As for the button, I am not entirely sure what I should be putting to get rid of it?
Thanx
Alex