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) »
  • CSS for event listings and registration
Pages: [1]

Author Topic: CSS for event listings and registration  (Read 1171 times)

asperling

  • Guest
CSS for event listings and registration
January 17, 2009, 04:30:27 pm
Hi All -

I'm using Civi 2.0.5 with Joomla. I'm having a CSS issue with fields being unreadable. I'm not a pro with CSS and have had some problems locating where exactly to fix my problem.

Link below to what I'm describing. White background with REALLY light blue text=no good.

Any help is greatly appreciate. Feel free to reply here or email me directly at aaron.sperling@atlanticindoor.org

Thx!!!

http://www.atlanticindoor.org/content/index.php?option=com_civicrm&task=civicrm/event/participant&reset=1&id=13

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: CSS for event listings and registration
January 18, 2009, 08:37:09 am
Aaron - If you haven't downloaded Firebug - a free extension to Firefox - I recommend it highly. With Firebug + Firefox you can easily "inspect" any element on your page and see what CSS statements are affecting it.

I used it on your page, and the the text color looks like it's being set by a template "theme"

body#bd {
color:#EFEFEF;
}

template.css (line 26)

HTH
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CSS for event listings and registration

This forum was archived on 2017-11-26.