WAIT: Toggle button (custom) svg icon size error in editor

Hi!

Because Bricks’s own off-canvas toggle button dont have any text (and hide icon) options, I had to

  1. add it with custo CSS ::after {content: “xxxxxx”;}
  2. Its work like a charm.
  3. After I wanted to change the toggle element icon with my custom SVG upload.
  4. Set up 1.5rem widht and 1.5rem height. (I tried with px too!)
  5. In editor nothing happen with icon, but the public side render good!



image

Hi,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue. Could you provide a live link and the SVG?

Best regards,
timmse

Yes. It is very very random. I dont know why and how. When it is start, I restart all of web browser and it wokring again, about 1 hour.

Sounds like a caching problem :thinking:

I dont know where. In server side turned off all of cache solutions. In WP dont use any cache plugin.