Hi,
it is possible to add 2 or more custom css classes to an element?
I switch the custom css on for all ALB elements on.
Best regards
Christoph
Hey Christoph,
Currently no. However, you can give the column element a custom CSS class as well so you could target your element as following
.your-custom-column .your-custom-element { opacity: 0.5; }
Best regards,
Yigit
Hi Yigit,
thanks for this quick response. I try to fix this problem:
width: 100%;
height: 100%;
background: #c6093b;
-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
clip-path: polygon(100% 0, 0 0, 50% 100%);
I need to add the picture and the white place.
Hi,
no idea what you’re trying to achieve to be honest. Can you provide us a precise link to the elements please?
Best regards,
Andy