- Posts: 7
- Thank you received: 0
CSS or Default text
-
clasvard
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #33734
by clasvard
CSS or Default text was created by clasvard
Hi, where can I change/type in so that every text such as "READ MORE...", in the Music Band News Module goes into my own language? Is it also possible to turn off the HOVER function?
Regards, Clas
Regards, Clas
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 #33742
by ivan.milic
Replied by ivan.milic on topic CSS or Default text
Can you explain better please?
Please Log in to join the conversation.
-
clasvard
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
11 years 1 month ago #33744
by clasvard
Replied by clasvard on topic CSS or Default text
Look in screendump. I want to change the text "READ MORE..."
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 #33753
by ivan.milic
Replied by ivan.milic on topic CSS or Default text
Change translation value in:
\language\en-GB\en-GB.com_k2.ini
\language\en-GB\en-GB.com_k2.ini
Please Log in to join the conversation.
-
clasvard
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
11 years 1 month ago #33774
by clasvard
Replied by clasvard on topic CSS or Default text
Thanks for great support. Just one final question...
Is it also possible to turn off the HOVER function so that the item's in content doesn't change color/opacity?
Happy holiday,
C
Is it also possible to turn off the HOVER function so that the item's in content doesn't change color/opacity?
Happy holiday,
C
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 #33780
by ivan.milic
Replied by ivan.milic on topic CSS or Default text
In template_css.css find this:
div.catItemView.hover div.catItemReadMore {
height: 41px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
replace div.catItemView.hover with just div.catItemView
div.catItemView.hover div.catItemReadMore {
height: 41px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
replace div.catItemView.hover with just div.catItemView
Please Log in to join the conversation.
Time to create page: 0.253 seconds