Change font colour of one table cell
-
I have followed instructions for changing the font color of one table cell i.e.
#main .tablepress-id-1 .row-3 .column-2 {
color: #ff0000 !important;
}Unfortunately this has not worked.
However another web designer has also added some code directly into the table cell in order for an image to appear when the cell is hovered over and I am wondering whether this is conflicting with the css I am adding.
I have also tried adding the css directly into the table cell too but this hasn’t worked either.The extra code in the table cell is;
<div>
49. ORANGE-FEATHERLEG – PLATYCNEMIS ACUTIPENNIS<br class=buffer />
RIO HOZGARGANTA, JIMENA DE LA FRONTERA, ANDALUCIA, SPAIN
<div class=”pop_up_image”>
<img src=”https://dragonflyphotofavourites.co.uk/wp-content/uploads/2013/12/Platycnemis-acutipennis-m-Orange-Featherleg-S-467-CS5-1-700.jpg”>
</div>
</div>All I want is for the text in this cell to be a different color – please could you advise?
Thanks
Julie
- The topic ‘Change font colour of one table cell’ is closed to new replies.