- Posts: 24
- Thank you received: 0
Changing back the green color to original color
-
xaxier
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago - 11 years 1 month ago #34679
by xaxier
Changing back the green color to original color was created by xaxier
The images on the 3 column on the front page will be changed to green color ( not sure what color it is exactly) but I would like to stick back to the original color. I am ok if there the green color mask over the picture but I would like it to display original color of the image when you hover on it. As can be seen on the attachment, the guitarist hand in green in color, I want the original image color. Please advice how this can be done
Thanks
Thanks
Last edit: 11 years 1 month ago by xaxier.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34685
by ivan.milic
Replied by ivan.milic on topic Changing back the green color to original color
In template_css.css:
.image_mask {
position: absolute;
width: 290px;
height: 220px;
background: #3bc3bb;
opacity: .5;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
z-index: 1;
}
add display:none;
.image_mask {
position: absolute;
width: 290px;
height: 220px;
background: #3bc3bb;
opacity: .5;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
z-index: 1;
}
add display:none;
Please Log in to join the conversation.
-
xaxier
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
11 years 1 month ago #34692
by xaxier
Replied by xaxier on topic Changing back the green color to original color
Hi Ivan,
Thanks for the suggestion.
As per suggestion I add in Display:none; and the layer of green color is gone when you hover but unfortunately the green color on the original picture can be seen, the brown color on the picture turn to green-ish color. Please advice.
Thanks
Thanks for the suggestion.
As per suggestion I add in Display:none; and the layer of green color is gone when you hover but unfortunately the green color on the original picture can be seen, the brown color on the picture turn to green-ish color. Please advice.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34700
by ivan.milic
Replied by ivan.milic on topic Changing back the green color to original color
Send link
Please Log in to join the conversation.
-
xaxier
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
11 years 1 month ago #34704
by xaxier
Replied by xaxier on topic Changing back the green color to original color
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34708
by ivan.milic
Replied by ivan.milic on topic Changing back the green color to original color
In template_css.css:
span.catItemImage img {
border: none;
padding: 0 0 15px 0;
-webkit-filter: hue-rotate(150deg);
}
remove:
-webkit-filter: hue-rotate(150deg);
span.catItemImage img {
border: none;
padding: 0 0 15px 0;
-webkit-filter: hue-rotate(150deg);
}
remove:
-webkit-filter: hue-rotate(150deg);
The following user(s) said Thank You: xaxier
Please Log in to join the conversation.
Time to create page: 0.187 seconds