Thread Starter
hipel
(@hipel)
actually something strange with the first row and column of my site is happening also.
Hi,
thanks for your post.
Can you explain what the exact problem is? It don’t see anything wrong really in your table.
Thanks,
Tobias
I too was wondering if there was a way to change the cell color.
Hi DoubleSixx,
have you taken a look at the FAQ on the plugin website, at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/ ? You can find some example there, on how to change various colors.
Regards,
Tobias
Thank you so much for the fast reply. Your link helped out great.
I had another question that wasn’t covered in the FAQ.
I don’t CSS, so I Googled hoping to find my answer.
The question is how can change the font link colors ?
.wp-table-reloaded-id-1 td {
a:link { color: #00f; }
a:hover { color: #0f0; }
a:active { color: #f00; }
a:visited { color: #f0f; }
}
I know those colors are ugly, just an example I found. The code yielded no changes. If I remove .wp-table-reloaded-id-1 td {} that code changed my entire website.
Is there code you can provide that will let me adjust the font links ?
Thank you again, I also made a small donation. Have a great weekend.
So is there a way to change the link colors ?
Hi,
yes, this is possible, your CSS just needs a different structure:
.wp-table-reloaded-id-1 td a:link { color: #00f; }
.wp-table-reloaded-id-1 td a:hover { color: #0f0; }
.wp-table-reloaded-id-1 td a:active { color: #f00; }
.wp-table-reloaded-id-1 td a:visited { color: #f0f; }
Regards,
Tobias
Thank you so much, that’s what I needed.
Maybe you should include that in your FAQ ?
Hope you’re well.
Hi,
great that this worked!
Yes, this might be something for the FAQ page, thanks for the suggestion! (As I’m busy at the moment though, this might still take some time though…)
Best wishes,
Tobias