Re: title variation of k2 articles in Alerion Template
Posted 10 years 6 months ago
You can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_alerion-custom.css). For this issue add this to the custom CSS file
body .component-content h2 {text-transform: initial;}
Re: title variation of k2 articles in Alerion Template
Posted 10 years 6 months ago
is this what you are looking for?
body #k2Container.itemView .itemHeader h2.itemTitle {font-size: 2em;}
body #k2Container.itemView .itemAuthor{font-size: 1.2em;}
By the way, a bit of friendly advice. Getting familiar with the element inspector in either Firebug for Firefox or Chrome Dev Tools will help you to learn how to quickly identify solutions to desired style changes. More info on Chrome Dev Tools
developer.chrome.com/devtools/docs/videos