Aloha, for the site: http://www.bestteampractices.com
Wondering how to restyle the title (which is in place of the logo) to be bigger and different color;
And why isn’t this Quick CSS working?
`body {
font-size: 18px!important;
line-height: 160%;
}
Many thanks!
Drew
Hey HiDrew!
Thank you for coming back.
Try the followign for the title and adjust the values:
#header .inner-container .logo {
color: red !important;
font-size: 45px !important;
}
Your code is too general, it is overwritten by the styling of other elements. You have to use a code like:
#main p {
line-height: 181% !important;
}
Come back if you need more help with styling.
Best regards,
Günter