how to apply this next and previous css style to all tables?
-
With this css I change the next and previous style of the id 1 table.
a#tablepress-1_next {
color: green!important;
font-weight: bold;
font-size: larger;
background: transparent;
}a#tablepress-1_previous {
color: red!important;
font-weight: bold;
font-size: larger;
background: transparent;
}How to apply this next and previous style to all tables and not just id 1?
Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘how to apply this next and previous css style to all tables?’ is closed to new replies.