changing text size in heading, body and mobile
-
}
.tablepress thead td {
font-family: Tahoma;
font-size: 8px;
color: #ff0000;
}.tablepress tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ff0000;
}
@media screen and (max-width:768px) {
.tablepress tbody td {
font-family: Tahoma;
font-size: 12px;
}
}@media screen and (max-width:768px) {
.tablepress thead td {
font-family: Tahoma;
font-size: 8px;
}}
I also want to change the font size in specific rows . How do I do that please?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘changing text size in heading, body and mobile’ is closed to new replies.