Hello
I have installed different tables here on this page.
page see below
My question can the text in these tables be formatted by css?
color size
and the different on pc and on mobile
thanks in advance
kind regards
Franz
Hey schweg33,
Yes these can be formatted with css, do you plan on adding more items, I only see five links in a single column?
A basic example for this on this page only for color and font-size on desktop and mobile:
@media only screen and (max-width: 767px) {
#top.page-id-10827 .avia-table-1 li a {
color: red;
font-size: 30px;
}
}
@media only screen and (min-width: 768px) {
#top.page-id-10827 .avia-table-1 li a {
color: blue;
font-size: 40px;
}
Please adjust to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike
works great
You can close this ticket
kind regards
Franz
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard