Marbys88
Member
Posted 1 year ago #
Hi everyone,
i have been searching the forum and web for an hour now, but i cant seem to find a solution to my problem.
My website page
The column called called "køb nu" or just column 5, have hyperlinks that are white, on white background? How can i make them another color?
Thanks in advance,
// Martin
Add this to the bottom of your theme's stylesheet..
table.wp-table-reloaded td a { color: #3d3d3d; }
If that doesn't work, update it to..
table.wp-table-reloaded td a { color: #3d3d3d!important; }
Marbys88
Member
Posted 1 year ago #
Thanks Mark, the last one worked (: