@sdetweil said in Changing table cell in calendar module using custom.css:
@evroom did you get this resolved?
No, I did not and even with your additional tutorial I am hitting a black spot.
I see this at the bottom:

This corresponds with:
<div class="module-content"
><table class="xsmall">
<tr class="dateheader normal dayAfterTomorrow">
<td colspan="3" style="padding-top: 10px;">Nov 15th 00:00 </td>
</tr>
<tr class="event-wrapper normal event dayAfterTomorrow">
<td> </td>
<td class="title bright align-left" colspan="2">TestCal: All day event</td>
</tr>
</table>
</div>
So I should have all info available to build the CSS entry, you would think.
Right ?
And the console does not like my input:
${'calendar .event'}
VM2076:1 Uncaught SyntaxError: Unexpected token '{'
${'.calendar .event'}
VM2080:1 Uncaught SyntaxError: Unexpected token '{'
${'.calendar .event .time'}
VM2146:1 Uncaught SyntaxError: Unexpected token '{'
I cannot even make a CSS entry to change this:
<table class="xsmall">
, that is how lost I am :-)
Need to study the existing tutorials some more.
E.J.