- Posts: 8
- Thank you received: 0
Color in Registrants List
- Leif Elsborg
- Topic Author
- Offline
- New Member
-
Less
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
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.
- James Riley
-
- Offline
- Platinum Member
-
9 years 3 months ago #91467
by James Riley
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 :.
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Leif Elsborg
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
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.
- James Riley
-
- Offline
- Platinum Member
-
9 years 3 months ago #91507
by James Riley
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 :.
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:
Here is a sample of what each will look like:
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
-
Less
More
- Posts: 8
- Thank you received: 0
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
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
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.