about font sizes

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jul 06, 2012 1:37 am
Hello ,,i have been learning a lot about joomla & templates ,,,i use firefox & the regular method / open template & edit css / to make change,,,i just seem to be unable to understand how to change font size of a specific module ...i want to change video module's font size & family font too as you see in this link http://www.thetalentedsociety.com ,,could you please provide me with detail so i can make sure my question'll be sloved ,,all what i need is to know how to change fonts size & style for specific modules without touching the others,,,looking forward for your reply thanks
User avatar
Expert Boarder

Konrad M
Fri Jul 06, 2012 11:50 am
Hi,
If you want change something in specyfic module you have to add suffix to this module. For example please add ' mysuffix' in module settings. Than try add to override.css
Code: Select all
.mysuffix {
font-size:;
font-family:;
}

just in case add !important rule to every css rule. And remember to add white space before suffix name in template settings.
User avatar


cron