Skip to content

A simple plugin that adds CSS and JS settings to rows, columns, and modules

Notifications You must be signed in to change notification settings

beaverbuilder/bb-code-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple plugin that adds CSS and JS settings to rows, columns, and modules under the Advanced tab.

All CSS will be automatically scoped to the element you are working on. For example, the following CSS will only affect paragraph tags in a module you are editing...

p {
  color: red;
}

Behind the scenes, that rule will be rewritten to...

.fl-node-1d43q3gf56s p {
  color: red;
}

Other than that, this works similarly to the CSS and JS fields in the global and layout settings.

About

A simple plugin that adds CSS and JS settings to rows, columns, and modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published