DigitalPhotographyHobbyist
Forum Replies Created
-
Hi Tobias,
Thank you so much for your timely response! I must’ve toggled between text and visual and didn’t notice the extra tags. Your advice worked, you’re a life saver!
P.S. I just gave you a positive review, never had follow up that quick for a wordpress issue.
Hi Tobias,
Thank you for the great plugin, it’s been easy and pretty intuitive up until just a small issue I can’t seem to solve.
It’s the same issue listed by the previous poster in which a gray background / shadow box appears around the white background table. I tried the previous CSS recommendations from this thread, but they don’t seem to work.
I’d like to simply build a white table without borders with categories for website visitors to click on, without it being obvious there’s a table on the page.
This is currently the CSS I’m using to get the table seen at https://digitalphotographyhobbyist.com/free-photoshop-textures/
.tablepress-id-1 tbody td {
font-family: Arial;
font-size: 20px;
color: #000000;
background-color: #ffffff;
width: 550px;
}.tablepress {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
background-color: #ffffff;
}.tablepress-id-1 {
width: 550px;
margin: 0 auto 1em;
}.tablepress-id-1 .column-1 {
width: 150px;
}.tablepress-id-1 .column-2 {
width: 150px;
}.tablepress-id-1 .column-3 {
width: 150px;
}Any thoughts would be appreciated.
Ryan