2nd question regarding Particle Skew button from Design Cloud no longer working properly

See response here: Particle Skew button from Design Cloud no longer working properly

Is there anything I can add to the global css to cover every button on every page and in the headers and footers?

Hello @MulderDSM,

Thanks for updating in! The given code is an inline element CSS code. If you want to use it globally, you can remove the $el in the code making it like this:

.x-anchor {
  transform: translate3d(0, 0, 0);
}

Hope this helps.

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