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 »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • can't read text in civievent form
Pages: [1]

Author Topic: can't read text in civievent form  (Read 1413 times)

global_asia

  • Guest
can't read text in civievent form
August 20, 2007, 01:30:49 pm
Hi, I have my civievent form set-up in Joomla, working from the front-end, and there is this box in yellow saying that the person will not be confirmed unless click continue

The yellow conflicts with the white text of the joomla template I'm using, can anyone help me to change the color of the box, I notice this yellow box in the backend of civicrm as well, but I can't figure out the css

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: can't read text in civievent form
August 20, 2007, 03:08:06 pm
These status boxes in CiviCRM all use the css classes "messages status". The styling for "status" div's is set in civicrm.css.

Code: [Select]
#crm-container div.status {
  margin: 0.5em;
  background-color: #ffff99;
  padding: .25em .5em .25em .5em;
  /*border: 1px solid #abc;*/
  border: 1px solid #5A8FDB;
}
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • can't read text in civievent form

This forum was archived on 2017-11-26.