K2 Related content module

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Feb 16, 2013 1:45 pm
I know this is not a gavick module but i am hoping someone out there will know the answer

hi, i am using the k2 related content module but the text is far to big and i would like to know is it possible to change the title text size and the content size.

I have searched everywhere for this question and even contacted the developer with no luck, i would also like to know how come when there is an option to show images that the images will not show with this module

any help would be great

my site is http://www.in2town.co.uk and an example of the page is http://www.in2town.co.uk/trip-advisor/top-american-ski-resorts-for-over-50s
User avatar
Platinum Boarder

Konrad M
Sat Feb 16, 2013 9:30 pm
Hi to change title text size please try add to override.css
Code: Select all
#k2ModuleRelated li h3 {
font-size:14px !important;
}

and decrease or increase this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Sat Feb 16, 2013 9:48 pm
p.s.
Maybe those moves will help you detect which css line you should change next time:

http://www.youtube.com/watch?v=t3aSQjOJXss
http://www.youtube.com/watch?v=I5z-w5BVXE0
User avatar
Platinum Boarder

GK User
Sun Feb 17, 2013 1:18 am
Konrad M wrote:Hi to change title text size please try add to override.css
Code: Select all
#k2ModuleRelated li h3 {
font-size:14px !important;
}

and decrease or increase this value to fit your needs. Remember to enable override.css option in template settings.


thank you for this, that was a great help, the text looks much better, many thanks
User avatar
Platinum Boarder


cron