Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #720480

    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

    #720492

    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

    #720504

    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.

    #721618

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.