Hi
May I ask to upload here āAdd css class name to an element and manipulate its properties via html element for beginnersā? I spent hours in this issue without any success 
Hi
May I ask to upload here āAdd css class name to an element and manipulate its properties via html element for beginnersā? I spent hours in this issue without any success 
hey @pictarbut1
not really sure I understand your request. It is explained in the first post how to add class to an element.
Hereās a link to a super simple demo. In preview mode, the yellow shape turns red when hovering it. https://bubble.io/page?type=page&name=classify-simple&id=tempjulien&tab=tabs-1
Hi
Appreciate you quick reply ![]()
Iāve tried to implement your plugin - it doesnāt worked for me, although Iāve red about the ease of use this plugin. Itās probably because I used old project file. Iāll try again.
2 min later:
I found the mistake - applied the {addClassā¦} to the appearance dialog box.

Hey @julienallard1 amazing plugin, I have been able to implemented some css background trick I wasnāt able to do it with just elementID.
Do yo happen to know if variables ( $ ), and ( &;after ), and ( &;before ) work with classify?
I am trying to implement some of this images effects:
but I have been able only to implement the ones who doesnāt use variables or before an dafter.
Cheers!!
Classify is only for assigning class names only. The variables youāre talking about are to be used with your CSS rules inside a tag.
Thanks @julienallard1 , I was asking because the variables are not working for me. Maybe is something bubble related, but the plugin is working amazing
The demo you provided is displayed in SASS (SCSS) by default which is a language to write CSS more effectively but that needs to be compiled to CSS.
But the demo also offers the CSS version which should work fine in Bubble

My bad, you are right, I am going to try the CSS version, thank yo so much.
@julienallard1, Hi, thank you for this free plug in.
I have been trying desperately to use it to remove the annoying padding in the bdk rich text editor output to no avail. Maybe you can advise what I am doing wrong.
Here is the output that I want to āunpadā (The boxes around āwhat the hellā and āwhat about nowā)
Here is my HTML element (I jammed in any css that I felt might get rid of the padding):

Here is what I have as the ID attribute of the HTML:

Here is the ID attribute of the RTE output:

Any help is greatly appreciated.
SP
It would be easier to help if I could access your app (view only)⦠There could be several reasons.
Iām trying to set a class in the ID Attribute field, and add additional classes as conditionals based on page width. The classes added as conditionals are working perfectly fine, but the class in the ID Attribute field isnāt being added. Without the conditionals Iām able to add classes in the ID Attribute field.
Any thoughts on why this might be happening?
Thanks @julienallard1. I PMād you the deets. Very much appreciated.
This happens because when the element loads (on page load), there is a condition that is already true so the element never gets the chance to set the original ID attribute in the first place.
Conditions always have priority over standard settings.
You have to find a way to make all conditions false when the element loads, so the ID field gets applied (thus adding the class)ā¦
Thatās too bad, but thanks for clarifying.
Or you can mention the standard class name to add into each conditions so it will be applied regardless which condition is true or not. It just makes the condition panel a bit messierā¦
Yeah, thatās what I ended up doing. Was just hoping Iād be able to avoid it. Ah well, it works this way too. Thanks for the awesome plugin!
Thank you so much @julienallard1 for your amazing fast offline support and for helping me resolve the issue.
nice! glad it worked out!
You site is awesome, you must have spend a lot of time on it!
Thanks Julien. Yes, itās been a labor of love for sure. But Iāve enjoyed every minute. Thankfully we have Bubble now so we can build our own inventions.