- Posts: 48
- Thank you received: 0
News topic
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
10 years 10 months ago #39586
by angelicalopez
Replied by angelicalopez on topic News topic
I did those changes but still not working, also i lost my original blue in some areas.
Any ideas?
Thanks!
papayera.co.uk
Any ideas?
Thanks!
papayera.co.uk
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39601
by ivan.milic
Replied by ivan.milic on topic News topic
You have typo;
.hover .image_mask {
background: trasparent;
...
it is :
background: transparent;
.hover .image_mask {
background: trasparent;
...
it is :
background: transparent;
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
10 years 10 months ago #39608
by angelicalopez
Replied by angelicalopez on topic News topic
Hi,
I typed background: trasparent; without
.hover .image_mask {
Still not working.
Thanks!
I typed background: trasparent; without
.hover .image_mask {
Still not working.
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39620
by ivan.milic
Replied by ivan.milic on topic News topic
You did it all wrong, you had missing character in word transparent (first 'n') that was it.
So you have this now:
it should be:
So you have this now:
Code:
background: trasparent;
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
}
it should be:
Code:
.hover .image_mask {
background: transparent;
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
}
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
10 years 10 months ago #39628
by angelicalopez
Replied by angelicalopez on topic News topic
I used...
.hover .image_mask {
background: transparent;
but still the same and also i lost my blue original colour .
Thanks!
.hover .image_mask {
background: transparent;
but still the same and also i lost my blue original colour .
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39639
by ivan.milic
Replied by ivan.milic on topic News topic
Now it look to me like it works?
Please Log in to join the conversation.
Time to create page: 0.115 seconds