Transparent table

Moin people

First, I apologize for me sneaking English. I use the google translator!

I would like the table as well as from https://themes.muffingroup.com/be/pizza3/our-menu/

Transferred to my page from Betheme but self with css I do not get far
The link to my experiment can be found here: https://www.kindler-webdesign.de/?page_id=2800

The table should be just as transparent, so no background color nor should you be able to see the lines.
My suspicion is why it does not work is that it must be in the settings.
 I hope you can help me thank you.

The CSS code is:
#Header_creative { background-image: url(https://www.kindler-webdesign.de/wp-content/uploads/2017/05/home_craftbeer_menubg.jpg); }

#Footer { border-top: 1px solid #f2ede7; }
#Footer .footer_copy { background: #f8f6f3;}

.pizza3_table th, .pizza3_table td { padding: 10px 20px; border-bottom: 0; }
.pizza3_table th { color: #blue; font-size: 16px; line-height: 18px; font-weight: 400; }
.pizza3_table td.price { color: #green; font-size: 24px; line-height: 24px; }

.pizza3-shadow { box-shadow: 0 20px 20px rgba(0,0,0,.2); }

Comments

Sign In or Register to comment.