joomdev / JD-Builder

JD Builder - Experience the Next Generation of Joomla Page Builder.
https://www.joomdev.com/jd-builder
GNU General Public License v3.0
22 stars 16 forks source link

Custom CSS broken after 1.3.0 Update #18

Closed FaySmash closed 4 years ago

FaySmash commented 4 years ago

The Issue:

Define some custom CSS for any Module: modulesettings


Expectation: the custom CSS gets applied onto the DOM-element (as in pre 1.3.0)


Reality: no custom CSS is applied. It's also shown by a DOM-Inspector:

elementattributes

itxchandan commented 4 years ago

First, you have to create the self named selector then do the declaration. See the example below.

self {
    height:100%;
}
itxchandan commented 4 years ago

here is the documentation link.

https://docs.joomdev.com/article/jd-builder-custom-css/

FaySmash commented 4 years ago

When I started to work with JDBuilder, this Documentation wasn't available yet. Sucks, that I have to go trough all my Pages and check/edit my custom CSS. Once edited, it works tho.

chetanmadaan commented 4 years ago

@FaySmash It kind of changed in this version so, even though documentation didn't existed you still have to re-do some of it.

However, it won't be changing in the future, you are good.