CSS Not working
-
Hi There, I have a table at the following url:
https://75.103.81.233/wp/I can get the customization with css working locally on my computer, but when I try to implement on the site, it is not seeming to work.
I mainly just want the following style applied to my table:
<style>
table, th, td {
font-size:12px;
font-family:tahoma;
}
</style>I have gone back and forth putting the style into page and into the custom plugin section. Then I tried using the id:
.tablepress-id-2 th td {
font-size: 10px;
font-family: “tahoma”, arial;}
and/or using the shortcode in the page to get it to work and I can’t seem to get it right. I tried stripping everything down but I can’t figure it out.
Any help would be appreciated. Thanks so much, Beth
The page I need help with: [log in to see the link]
- The topic ‘CSS Not working’ is closed to new replies.