Tagged: border, custom css class, formatting, image
Hi Genius’,
I want to add custom css to items but don’t know to format it (tried various things). Example I have an image and want to overwrite the global border class. I have taken a snapshot here .
Thanks for your help guys… don’t know what I’d do without you!
Hey Annemarie!
You should enter custom class name into that field. So for example “my-custom-class” without double quotes and then you should add following code to Quick CSS
.my-custom-class { border: 0px solid #b0b1b2; }
Regards,
Yigit
Perfect thanks!