- Posts: 35
- Thank you received: 0
change picture images
-
nbgatsi
Inactive member - Topic Author
- Member
Less
More
5 years 6 months ago #47572
by nbgatsi
change picture images was created by nbgatsi
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
5 years 6 months ago #47575
by milos
Replied by milos on topic change picture images
Hello,
You should edit file /templates/sparky_framework/css/custom.css and change this:
to this:
Best regards,
Milos
You should edit file /templates/sparky_framework/css/custom.css and change this:
Code:
img.team_image {
border-radius: 50%;
filter: grayscale(30%);
transition: all 0.5s;
}
to this:
Code:
img.team_image {
filter: grayscale(30%);
transition: all 0.5s;
}
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.162 seconds