reduce font size of the TITLE in article category listings

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Sep 11, 2014 5:52 am
How to reduce font size of the TITLE in article category listings view (ITEM VIEW OPTIONS IN CATEGORY LISTINGS) in MusicState Template

http://misslistings.com/index.php/events/concert-events


Thanks for the help
User avatar
Junior Boarder

GK User
Thu Sep 11, 2014 6:03 am
enable override.css in your temlate params and add this code:

#k2Container article header h2 a {
font-size: 17px;
}
Change the 17px; to whatever size suits your taste :)
User avatar
Gold Boarder

teitbite
Sun Sep 14, 2014 11:18 am
Hi

Could be done with this code but line height is too big at the moment, so I would suggest replace it with:

Code: Select all
#k2Container .itemsContainerWrap article header h2 {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
}
User avatar
Moderator


cron