Color in Registrants List

  • Leif Elsborg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #91452 by Leif Elsborg
Color in Registrants List was created by Leif Elsborg
Hi

Is it possible to change the color of the registrantslist, ist difficult to read it

bst regards

Leif Elsborg

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91467 by James Riley
Replied by James Riley on topic Color in Registrants List
It certainly is possible... With a bit of CSS tweaking. I can try and guide you through the few lines of CSS you'll need to write. Is that the front end or back end (administrator) view that you're finding hard to read?

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91477 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Color in Registrants List
I think it is frontend registrants list. Could you please send us the link to the page? James or our template developers can look at it and guide you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Leif Elsborg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #91492 by Leif Elsborg
Replied by Leif Elsborg on topic Color in Registrants List

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91507 by James Riley
Replied by James Riley on topic Color in Registrants List
I think it looks like the table was designed for a light-colored site background, and you run a dark background on your site. So, there are two possible approaches you can take to fix this on your site.

Edit your Joomla installation's /media/com_eventbooking/assets/css/style.css file and add one of the following:
Code:
/* APPROACH #1 -- REMOVE BACKGROUND IMAGE */ body.com-eventbooking-registrantlist {background:none;} /* APPROACH #2 -- ADD WHITE BG TO REGISTRANT LIST TABLE */ body.com-eventbooking-registrantlist #ex-main { margin: 0px 30px; background: #FFF; padding: 20px 30px; }

Here is a sample of what each will look like:

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

  • Leif Elsborg
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #91525 by Leif Elsborg
Replied by Leif Elsborg on topic Color in Registrants List
Hi

I have used example 2, its working fine

Thanks for the help

Best regards
Leif

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc