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) »
  • Change font color in title of contributions page.
Pages: [1]

Author Topic: Change font color in title of contributions page.  (Read 628 times)

tplowe

  • Guest
Change font color in title of contributions page.
August 26, 2010, 06:25:59 am
I have been able to change the font size of the title on my pledge/contribution page, but I can't change the color to match my site. I have altered this line in civicrm.css


From
Code: [Select]
#crm-container .crm-title {
margin-bottom: 8px;
}

To
Code: [Select]
#crm-container .crm-title {
margin-bottom: 8px;
color: #2c68a3;
font-size: 60%;
}

This alters font size but not color.

URL: http://www.carmanbay.org/index.php?option=com_civicrm&view=Contributions&Itemid=298
« Last Edit: August 27, 2010, 05:53:48 am by tplowe »

tplowe

  • Guest
Re: Change font color in title of contributions page.
August 27, 2010, 09:30:21 am
I was able to control font size and color, by adding the code below to civicrm.css

Code: [Select]
h1.title {
color:#2c68a3 !important;
font-size: 140%;
}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Change font color in title of contributions page.

This forum was archived on 2017-11-26.