CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • How to change font size and family to match my Joomla website
Pages: [1]

Author Topic: How to change font size and family to match my Joomla website  (Read 1037 times)

weroiu

  • Guest
How to change font size and family to match my Joomla website
March 11, 2010, 01:17:39 pm
Could someone please tell me how to simply change the font used by CiviCRM pages to match the font I am using in my Joomla site?

https://we.net/getinvolved

Thanks,

Jeff

weroiu

  • Guest
Re: How to change font size and family to match my Joomla website
March 11, 2010, 09:03:08 pm
I figured out the answer to my own question.

Change the code in /public_html/administrator/components/com_civicrm/civicrm/css around line 44:

BEFORE:
#crm-container tr {
  font-size: .95em;
}


AFTER:
#crm-container tr {
   font-family:Helvetica,Arial,sans-serif;
   font-size: 12px;
}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • How to change font size and family to match my Joomla website

This forum was archived on 2017-11-26.