Hi I Know little of coding but hoped the following is possible by using custom css
I am using a short code to insert a table into a wordpress page and I want the particular word at to be replaced by v example Leopards at Lions changes to Leopards v Lions
I have looked at the source code where the table appears and this looks like this
<table class='mstw-lm-table mstw-lm-schedules mstw-lm-table_catsleague' >
<thead><tr>
<th>Match Fixtures</th><th>Score</th><th>Round</th></tr></thead>
<tbody>
<td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Leopards at Lions<div class='home-team-logo'></div></div></td><td> 5-23</td><td><a href='cats-league-201718/' target='_blank'>Round 1</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Tigers at Pumas<div class='home-team-logo'></div></div></td><td> 37-7</td><td><a href='cats-league-201718/' target='_blank'>Round 1</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Pumas at Lions<div class='home-team-logo'></div></div></td><td> 33-3</td><td><a href='cats-league-201718/' target='_blank'>Round 2</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Tigers at Leopards<div class='home-team-logo'></div></div></td><td> 10-16</td><td><a href='cats-league-201718/' target='_blank'>Round 2</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Leopards at Lions<div class='home-team-logo'></div></div></td><td>TBA</td><td><a href='cats-league-201718/' target='_blank'>Round 3</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Pumas at Leopards<div class='home-team-logo'></div></div></td><td>TBA</td><td><a href='cats-league-201718/' target='_blank'>Round 3</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Lions at Tigers<div class='home-team-logo'></div></div></td><td>TBA</td><td><a href='cats-league-201718/' target='_blank'>Round 4</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Pumas at Leopards<div class='home-team-logo'></div></div></td><td>TBA</td><td><a href='cats-league-201718/' target='_blank'>Round 4</a></td></tr><td><div class='league-schedule-matchup'><div class='away-team-logo'></div>Lions at Tigers<div class='home-team-logo'></div></div></td><td>TBA</td><td><a href='cats-league-201718/' target='_blank'>Round 5</a></td></tr></tbody></table>
hope this makes sense and is possible and as I Said my limit will be adding custom css