CSS code that will set the font-family, font-size, color
-
I’m looking for CSS code that will set the font-family, font-size, color for:
List category posts. I need verbatim code
See what I want to change here
https://lasalleyachtclub.com/about/sitemap-posts/This is what I use for TablePress plugin
https://lasalleyachtclub.com/calendar/
Want results like follows:
.tablepress-id-1 tbody td { font-family: Helvetica; font-size: 14px; color: #000000; }
This is what I use for Page-list plugin
https://lasalleyachtclub.com/about/sitemap-pages/
Page-list plugin .page-list li { font-family: Helvetica; font-size: 16px; color: #000000;
- The topic ‘CSS code that will set the font-family, font-size, color’ is closed to new replies.