Hi everyone, I know this has probably been asked before, but I looked and couldn't find the answer, and the tutorial linked really confuses me (sorry, I'm a noob, to both coding and smooth sailing). I just want to change my 'locked' security icon. I've tried several things and it's not working, and I'm just confusing myself more and more
(
Read more... )
Comments 6
background-image:url(yourURL) !important;
background-repeat:no-repeat !important;
height:0;
padding:16px 16px 0 0 !important;
width:0;
}
Add this part to your CSS and it should work - I got it out of mine, and it works perfectly. You might need to change the 16px 16px though, to whatever size your lock is.
Reply
Reply
Reply
Reply
Reply
Leave a comment