Mini K2 Content show item in capitals
- Posted by Jany (3) Offline
Hi everybody!!!
Well was using K2 v2.x and yestderday i updated to the latest version 2.6.8, and i don´t know why but Mini k2 Content stopped to work, so I dowload the module and i installed it againg, now is working but the module show me all the items´ title in capitals... how can i fix it?.... Thanks a lot !!!!
10 years 11 months ago #1
by Jany
Well was using K2 v2.x and yestderday i updated to the latest version 2.6.8, and i don´t know why but Mini k2 Content stopped to work, so I dowload the module and i installed it againg, now is working but the module show me all the items´ title in capitals... how can i fix it?.... Thanks a lot !!!!

Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi bsb, Can you share your website URL so I can take a look?
10 years 11 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Jany (3) Offline
- Posted by TemplatePlazza (5310) Offline
Hi bsb, try to add this code to your css file:
10 years 11 months ago #4
by TemplatePlazza
.block h2.title {
font-family: "Colaborate", georgia, arial, helvetica!important;
text-transform:none!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Jany (3) Offline
Thanks a lot!!! Let me ask you something else... how can I change the way in which the votes are shown on the Mini K2 content, i mean, i dont like that grey color, i want it white or transparent... could you tell the css code to do that. Thanks a lot!!!!
10 years 11 months ago #5
by Jany
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi bsb,
try this code
10 years 11 months ago #6
by TemplatePlazza
try this code
.minik2-simple-rating {
background-color:transparent!important;
color:#666!important;
text-shadow:none!important;
border:none!important;
}
Please Log in or Create an account to join the conversation.