Support

Home Forums Event Espresso Premium Change Color of Table

Change Color of Table

Posted: April 27, 2017 at 12:13 am


clifford choi

April 27, 2017 at 12:13 am

Hi,

I’ve posted this question before:
https://eventespresso.com/topic/change-color-of-table/

And it was resolved. However after I updated my Themes and Plugins, everything got reversed and after looking through previous steps. I don’t think they apply anymore so I can’t follow those steps again.

I’d like to change the table in the page below
http://www.copadehk.com/registrations/

From white (first row) and white (bottom rows) to red and dark grey (same color as the background) respectively.

An example would be here:
http://www.copadehk.com/divisions/
How do I do this?

Thank you again!


Tony

  • Support Staff

April 27, 2017 at 3:38 am

Hi there,

The styles for EE haven’t changed so you can follow the steps in your other thread once again.

However, where are you adding the custom CSS? If you add it directly to the theme/plugin you’ll lose the customizations on each and every update, it would be considered the wrong way to add custom css.

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles.


clifford choi

May 4, 2017 at 11:15 pm

Hey Tony,

Yes I’ve been adding them to the theme’s Style.css sheets.

Will try to use the plugins you suggested, thanks!


clifford choi

May 5, 2017 at 1:24 am

Hi Tony,

I tried tinkering with it but I have no idea what CSS codes I need to put in the “My Custom CSS”. I just want:

Table Head: #ee6059
Table Body: transparent
Fonts: white

Thank you so much!


clifford choi

May 5, 2017 at 1:25 am

The page where the table is:

http://www.copadehk.com/registrations/


Josh

  • Support Staff

May 5, 2017 at 8:24 am

Hi there,

This should give you an idea:

.tkt-slctr-tbl-wrap-dv table,
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
background-color: transparent;
color: #fff;
}


clifford choi

May 7, 2017 at 11:06 am

Worked perfectly, thank you Josh!

The support post ‘Change Color of Table’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso