- Posts: 48
- Thank you received: 0
News topic
-
angelicalopez
Inactive member - Topic Author
- Offline
- Member
-
Less
More
12 years 1 week ago #39660
by angelicalopez
Replied by angelicalopez on topic News topic
in Google chrome and opera is not. IE and Firefox is working as before.
Thanks!
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #39664
by ivan.milic
Replied by ivan.milic on topic News topic
I have chrome and it worked Ok even before changes ?
Please Log in to join the conversation.
-
angelicalopez
Inactive member - Topic Author
- Offline
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
12 years 1 week ago - 12 years 1 week ago #39665
by angelicalopez
Replied by angelicalopez on topic News topic
Last edit: 12 years 1 week ago by angelicalopez. Reason: different picture
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #39666
by ivan.milic
Replied by ivan.milic on topic News topic
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);
Please Log in to join the conversation.
-
angelicalopez
Inactive member - Topic Author
- Offline
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
12 years 1 week ago #39667
by angelicalopez
Replied by angelicalopez on topic News topic
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #39668
by ivan.milic
Replied by ivan.milic on topic News topic
Open templates/hot_music_band/styles/style4.css
find this:
split it in:
find this:
Code:
.music_tour, div.music_gallery, .rapid_contact input, .rapid_contact textarea, div.music_social_bottom, div.k2Pagination ul li span, div.pagination ul li span, div.itemCommentsForm form input#submitCommentButton, div.userBlock, ul.itemTags li a:hover, ul.catItemTags li a:hover, ul.userItemTags li a:hover, .image_mask {
background: rgba(16,24, 112, 0.5);
}
split it in:
Code:
.music_tour, div.music_gallery, .rapid_contact input, .rapid_contact textarea, div.music_social_bottom, div.k2Pagination ul li span, div.pagination ul li span, div.itemCommentsForm form input#submitCommentButton, div.userBlock, ul.itemTags li a:hover, ul.catItemTags li a:hover, ul.userItemTags li a:hover{
}
.image_mask {
background: rgba(16,24, 112, 0.5);
}
Please Log in to join the conversation.
Time to create page: 0.140 seconds