Tagged: table
I would like to know how to create a style for a specific table on a specific page (see below for exact page).
I tried giving it a class and call it from the Quick CSS section, but maybe I’m doing it wrong…?
What I need is a table with no visible border, no background and have control over padding and font size
(I need it to look like 2 lists side by side)
Thanks
Hey Dee007,
Add this to quick css:
.page-id-5672 table td{
border:0px!important;
background:none!important;
font-size:20px!important;
}
Best regards,
Jordan Shannon
Hey Jordan,
this made the border go away but the individual background is still there and the font is gray on some cells and black in others…
Any ideas?
Hi,
I updated the css to the following:
.page-id-5672 table{
background:transparent!important;
}
.page-id-5672 table td{
border:0px!important;
background:none!important;
font-size:20px!important;
color:#000!important;
}
.page-id-5672 table tr{
background:transparent!important
}
Best regards,
Jordan Shannon
Great!
That did the trick!
Thank you
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon