How can i increase title's text characters in Latest Events

GK User
Sat Aug 30, 2014 11:07 am
I would like to increase the title's text characters in Latest Events module. Where can i find this option?
User avatar
Senior Boarder

GK User
Sat Aug 30, 2014 5:18 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Sep 05, 2014 10:29 am
Thank you for your kind reply and help. I was abroad for a couple of days.
I would like to increase title characters in CONSCIENTIA NOTES module, which is taking articles from K2 Items
The url is: www.lexconscientia.co.uk
Thank you in advance
User avatar
Senior Boarder

GK User
Mon Sep 08, 2014 7:51 am
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
.gkNspPM-EventsList a {
font-size: 16px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Sep 08, 2014 8:41 am
Thank you for your kind reply.
I have edited: /templates/gk_university/css/override.css and added at its end the code. I have enabled "CSS override" in template settings - advanced section- but nothing changed. Am I missing something?
How also can I change the color of the <li> bullets from red to blue or have only simple bullets?
User avatar
Senior Boarder

GK User
Wed Sep 10, 2014 1:04 pm
"Select all" should not be there
User avatar
Moderator

GK User
Wed Sep 10, 2014 3:44 pm
Thank you for your reply.
I removed 'select all' but nothing changed. Am I missing something again?
User avatar
Senior Boarder

GK User
Thu Sep 11, 2014 3:22 pm
It is already bigger. You can increase 16 to something higher, but first - cleat browser cache.
User avatar
Moderator

GK User
Thu Sep 11, 2014 4:05 pm
There is a misunderstanding. I don't want to increase fonts size but to increase quantity of characters shown. Now it shows 32 characters and spaces, I want to show the complete title. Is it possible do that?
User avatar
Senior Boarder

GK User
Thu Sep 11, 2014 4:13 pm
Ok, so use this code instead:
Code: Select all
.gkNspPM-EventsList a {
height: auto;
text-overflow: initial;
white-space: normal;
}
User avatar
Moderator

GK User
Thu Sep 11, 2014 4:41 pm
It works perfectly. Thank you for your support, you are very kind and helpful.
User avatar
Senior Boarder

GK User
Fri Sep 12, 2014 1:50 pm
Thank you for the words of appreciation.
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Fri Sep 12, 2014 3:56 pm
I will come back if I have something new. I am very much obliged for your help. I am new in Joomla. Thank you!
User avatar
Senior Boarder


cron