[Plugin: WP-Table Reloaded] Hyperlink font size within wp-table reloaded
-
Here is my problem, I run a website for the University of Missouri Men’s Lacrosse Team. I have a roster page in which I use a table to sort everything. What I want to do is link the name of a player, to a separate page with more information. The problem is, when I link the player to the page, the font becomes larger and doesn’t look right. Is there a way I can adjust the font of the link? I have searched a lot and have tried a lot but nothing has worked.
Here is the link so you can see what happens when I link the name:
https://mizzoulax.com/home/?page_id=12
I would like the font to change to a different color, but stay the same size or just have nothing change at all.
Can anyone help?
Also, here is what I have under the table options:
/* WP Table Reloaded tables */
.wp-table-reloaded .sorting{color:#000; background-color:#777; border:0}
.wp-table-reloaded .sorting_desc, .wp-table-reloaded .sorting_asc{color:#fff; background-color:#555; border:0}.wp-table-reloaded-id-4 td {
font-family: Times New Roman;
font-size: 18px;
color: #000000;
}.wp-table-reloaded-id-4 .column-2 {
width: 200px;
}.wp-table-reloaded-id-2 .column-1 {
font-family: Times New Roman;
font-size: 18px;
color: #000000;
}Thanks!
- The topic ‘[Plugin: WP-Table Reloaded] Hyperlink font size within wp-table reloaded’ is closed to new replies.