Log in

View Full Version : Widget Icons (CSS question)


acabmg
08-22-2010, 11:11 AM
hey folks! Foreword: the grammar of this statement is likely to be bad, because I used a translator. :D


I want to hide the widget icons and try with the following code:

https://vborg.vbsupport.ru/external/2010/08/22.png

.cms_widget_header h3 img {
display: none;
}
if I use this in the firebug, this works fine - but when it goes live to work, nothing. : (
can you tell me what's the problem?

greetz from germany! :)

acabmg
08-26-2010, 04:26 PM
No idea? :)


/Edit
Damn! :D In another code, I had a '{' too much .. so that was a consequence of failure :P