Simple fix, I was accidentally placing outside the container.
On a related note, now that I have the links working (thank you), I cannot seem to get the font color for links to change. Here is what I am using:
.igsv-table a:link {color: #FFFFFF;}
.igsv-table a:visited {color: #FFFFFF;}
.igsv-table a:hover {color: #FFFFFF; text-decoration: underline;}
.igsv-table a:active {color: #FFFFFF;}
Where am I going wrong? Thank you in advance. I enjoy the plugin, it fulfills my needs while challenging me to get better with CSS.
Plugin Author
Meitar
(@meitar)
I cannot seem to get the font color for links to change.
You just need to provide a more specific rule to override the CSS cascade. If this isn’t clear to you, consider buying (or pirating) a copy of my book, “Foundation Website Creation.” Chapters 4 through 6 will take you from CSS zero to hero in a matter of a few hours.
Thank you very much, you are a life saver. I was going to donate but the book seems like two birds with one stone.
For future inquiries, here’s the functioning code:
.igsv-table tr a:link {color: #FFFFFF;}
.igsv-table tr a:visited {color: #FFFFFF;}
.igsv-table tr a:hover {color: #FFFFFF; text-decoration: underline;}
.igsv-table tr a:active {color: #FFFFFF;}
Plugin Author
Meitar
(@meitar)
For the record, if you want to support me, donating to the plugin is better than buying the book. I would much rather get a donation and encourage you to pirate the book than tell you to buy the book. I get pennies on the sale of the book and the publishing companies aren’t worth supporting.