Just a query on the ScriptyLightbox action. I want to change some of the styling the visual presentation of the light box i.e. editing the file lightwindow.css.
So my question is;- does the action always re-publish and over write the lightwindow.css when publishing the site in Freeway?
Yes. But you can override any of the styles by creating new styles in
your page head that have the same selectors and different properties.
You can leave parts of the standard styles alone and only change
color, for example, there’s no need to change every last property.
That’s the beauty of the CSS cascade. Page level always trumps
external stylesheet level, unless that external stylesheet has used
the !important keyword (very rare).
Walter
On Jun 25, 2009, at 9:51 AM, WebWorker wrote:
So my question is;- does the action always re-publish and over write
the lightwindow.css when publishing the site in Freeway?