CSS Styling
-
Hi, really sorry to bother you but I’m having some issues trying to get my styling correct. I am developing a site and I have only one table on it but the contents are image links with captions.
What I wish to do is to have the links (captions) coloured black but with red on hover – which seems to fit with the rest of the site.
The single table has one row and three columns and the contents of the first column are[caption id="attachment_66" align="alignnone" width="300"]<a href="https://gokasha.com/services/"><img src="https://gokasha.com/wp-content/uploads/2022/09/E-walking-lunge-300x300.jpg" alt="image shows Kasha doing walking lunges with two dumbbells" width="300" height="300" class="size-medium wp-image-66" /></a><a href="https://gokasha.com/services/"> Services Offered[/caption]</a>
The other two columns are very similar but different image and destination links and ids of -59 and -63
I have the following in the CSS plugin options after reading your FAQ.tablepress .row-hover tr:hover td { color: #000000; }
The display of the table appears unchanged. For some reason, the page insists on having them red regardless of hover or not.
Under the Theme Additional CSS on the Customiser I also have:#caption-attachment-59 , #caption-attachment-63 , #caption-attachment-66 { font-size: 20px; color: black !important; /* Not working */ }
As you may infer from my comment – the font-size works fine but the colour is seemingly ignored.
Have you any hints that I may try?Many Thanks
The page I need help with: [log in to see the link]
- The topic ‘CSS Styling’ is closed to new replies.