Truncated images corner on Space demo

Hello,

Where can I set the image "mask" style? For instance, in "Space" demo, all images have their top-right corner truncated, but I can't see where this has been set.

http://themes.muffingroup.com/be/space/

In advance thank you.

Comments

  • Hi,

    we set it under Theme options > Custom CSS & JS > Custom CSS section with css:
    .image_frame .image_wrapper:after { content: ""; display: block; position: absolute; right: 0; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 40px 40px 0; border-color: transparent #ffffff transparent transparent; }
Sign In or Register to comment.