News topic

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

Please Log in to join the conversation.

More
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;

Please Log in to join the conversation.

More
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!

Please Log in to join the conversation.

More
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:
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.

More
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!

Please Log in to join the conversation.

More
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
Powered by Kunena Forum