CSS for Event Teams
-
Hi,
Trying to decide between using Event Teams and Event Results on the Event page.
1) For Teams, this CSS appears to work for hiding the Date and Status.
.sp-template-event-blocks .sp-event-date, .sp-template-event-blocks .sp-event-status {
display: none !important;The problem is then the Result isn’t aligned with the Team names. It’s much higher, whereas teams appears to be in the middle. Is there anyway to align all the elements in the TD to middle?
2) What’s the CSS for the Event Teams table background to change to say Red and for all the table cells to change text colour to white?
3) Used this CSS to hide the table headers in Event Results and Event Details. Assume that is correct.
.sp-event-details thead th, .sp-event-results thead th {
display: none;
}.sp-event-venue thead th {
background: #e9e9e9 !important;
}4) How best to target the venue link CSS – which now redirects to a page with Goggle Maps (venue/ redirects to venues/). If I needed to add text underline for instance?
Thanks in advance.
The page I need help with: [log in to see the link]
The topic ‘CSS for Event Teams’ is closed to new replies.