Changing table colors in confirmation email

More
11 years 11 months ago - 11 years 11 months ago #15999 by bjorn
Is it possible to change the table colors in the confirmation email?

If i look to the css templates for email the class refers to os table, title cell and field cell.

<table width="100%" class="os_table" cellspacing="2" cellpadding="2">
<tr>
<td class="title_cell">
<?php echo JText::_('EB_EVENT_TITLE') ?>
</td>
<td class="field_cell">
<?php echo $this->rowEvent->title ; ?>


Where can i edit those classes?
Last edit: 11 years 11 months ago by bjorn.

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

More
11 years 11 months ago #16003 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Changing table colors in confirmation email
Hi

That file is located on emailtemplates folder. Please look at the file components/com_eventbooking/emailtemplates, you will see the files and can change it to meet your need .

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc