CSS for table title
-
Hi,
Great plugin! It is very easy to use and well documented. Thank you!!
I’ve already set up the table in my website but I need help with 3 things that I hope are easily fixed/customized:
1. I’d like to change the Table’s title so it is the same as my theme’s h1 and h2 font and color. Please see my page.
https://umdesc.danielavizcainodesign.com/nuestros-productos/
2. I’d like to also change the body text under the table title (table description) so it matches the rest of the body text in my site. I’m not an expert using html/css so it would be easier if you can let me know what to code so I can make this change.
3. I’d like columns 2, 3 and 4 to have the text aligned to the center, and keep column 1 with the text aligned to the left (as it is now). I added this:
.tablepress-id-N .column-1 {
width: 150px;
text-align: center;
}.tablepress-id-N .column-2 {
width: 60px;
text-align: center;
}.tablepress-id-N .column-3 {
width: 60px;
text-align: center;
}but this is not working. The columns still align to the left. How can I change this?
Thanks so much in advance for your help. Again, congratulations on such a great plugin… I wish everyone was so meticulous as you!
Cheers,
Daniela
- The topic ‘CSS for table title’ is closed to new replies.