Class Names Change When New Sections Are Creation

Greetings,

I’ve been having a very annoying issue where class names, the ones generated by X-Theme, change when I add sections / rows / columns above them. This is painful as every time this happens, I have to go into Dev Tools, find the new class name, and then change it in my custom CSS. Why is this happening? How can I stop it?

Hi Zach,

Thanks for reaching out.
The Class Name is generated dynamically and it changed in few cases, I would suggest you use the Element CSS to avoid the issue you are facing. The $el in the Element CSS always points to the current element and will not be affected if the class name is changed. I would suggest you go through the following article on this.

Hope it helps.
Thanks

1 Like

I understand now. Thanks!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.