seems like my wp´s not updating, but that´s as far as i can go… 🙁
been testing some things… this is the code that doesn´t work… but i´ve changed font-size to 19px and this changed…
#sidebar ul li a {
color: #b0b0b0;
font-size: 11px;
font-weight: bold;
display: block;
text-decoration: none !important;
margin-left: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 25px;
background-image: url(images/navbulle.png;
background-repeat: no-repeat;
background-position: 10px 50%;
}
#sidebar ul li a:hover{
border-bottom-color: #fff;
color: #f9f9f9 !important;
background-color: #b0b0b0;
}
the funny part is that 15 min ago THE SAME code was working perfectly…
help plz!!!!!
CSS errors might not help
(From CSS validator, WC3)
29 .contacterror Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
37 #wpcf_your_name Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
45 #wpcf_email Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
53 #wpcf_website Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
61 #wpcf_msg Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
80 Parse error – Unrecognized }
88 input#s Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
138 #comment, #url, #email, #author Value Error : background-color fffff is not a valid color 3 or 6 hexadecimals numbers #fffff
736 #sidebar ul li a Value Error : background-image Parse Error navbulle.png
Also, are you sure you forced a refresh of the page in the browser (in Windows this is usually CTRL-F5 or CTRL plus the refresh button) to make sure the browser has updated the CSS in the cache? It might be displaying the old version.
PS I may be wrong, but it also sounds like you might be editing the files directly from the WP-Admin. If so, that’s not a good idea. Better practice is to get a decent HTML/CSS editor (there are lots of free ones, so Google it) and make a backup of your original CSS file. I personally find it helpful to comment out code rather than delete it, and put my name in the comment so I can find what I edited later.