Tagged: footer, table, table styling, Widget
I try to add a html-table into the footer by using the widget “footer column1”. Unfortunately, this table appears brighter than the footer itself and I dont like the bright border and the smalle font.
How can I “disable” this table styling?
Danke vielmals!
Dominik
Hey aebli,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.footer_color tr:nth-child(odd),
.footer_color .pricing-table>li:nth-child(odd),
.footer_color .pricing-extra {
background: #222222;
}
.footer_color td {
border-color: #5d5656;
font-size: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria