Update: I found a problem. Sometime in the past I created a style with spaces in its name there resulted in a bad css file. Since I created a new style for the joomla3 template, it is being added below the "bad named style" in the dynamic.css file therefore it causes an unpredicted behavior.
How do I edit the dynamic.css style in order to remove the "bad named style"?
Update: I found that the dynamic.css is built from styles stored in a table. I have deleted the bad named style but the problem persist. When Firebug show the parameters for the style, it is empty.
Hello,
I just switch to joomla 3 and I'm moving from my old template to Unity III (customized).
The problem I have is that the styles that I apply to a layer are not seen on the website.
When I inspect the css with Firebug, I see the name of the style but it is empty.
I appreciate your help.
Update: I found a problem. Sometime in the past I created a style with spaces in its name there resulted in a bad css file. Since I created a new style for the joomla3 template, it is being added below the "bad named style" in the dynamic.css file therefore it causes an unpredicted behavior.
How do I edit the dynamic.css style in order to remove the "bad named style"?
Best regards,
Update: I found that the dynamic.css is built from styles stored in a table. I have deleted the bad named style but the problem persist. When Firebug show the parameters for the style, it is empty.
Thank you Max. I figured out that it was a line in the css style that broke it. i don't know why, I deleted the line and retype it and it worked.
Thank you very much for your follow up.