givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.91k stars 1.59k forks source link

CSS editing???? #279

Open arc9531 opened 1 year ago

arc9531 commented 1 year ago

how do I edit css? Are there no "styles.css" kind of files that can be edited from the editor panel?

givanz commented 1 year ago

The css generated by the editor is saved in <head> in <style id="vvvebjs-styles"></style>.

VvvebJs does not track theme assets and doesn't have an external css editing feature, you can use Vvveb cms that has theme editor feature that allows editing of all theme files including css.