- Posts: 12
- Thank you received: 0
special effect on photos in advert 1,2,3,4 position
-
yvonne
Inactive member -
Topic Author
- New Member
-
Less
More
8 years 2 months ago #46938
by yvonne
special effect on photos in advert 1,2,3,4 position was created by yvonne
I inadvertently removed the code that makes the photos look angular on the right hand side.
How do I get that effect back please?
How do I get that effect back please?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
8 years 2 months ago #46939
by milos
Replied by milos on topic special effect on photos in advert 1,2,3,4 position
Hello,
This should be in your template_css.css file:
Regards,
Milos
This should be in your template_css.css file:
Code:
.advertrow img {
-webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.150 seconds