How can I change the table (see on my linked site at the end before the contact form) in color, font and i want add än border/frame to the talbe.
first line should be in background color #719430 an white font in 19px and bold
second line should be in white background color #ffffff and black font color in 19px
Then the table should have a thin black border in #000000
Should look like the table like on this site https://www.evergreenmedia.at/was-ist-seo/ under “Wie funktioniert Suchmaschinenoptimierung”.
Hope you can help me.
Hey,
Thanks for contacting us!
Please edit your Table element and give it custom ID in Advanced > Developer Settings tab (“custom-table” in example below) and then add following code to bottom of Quick CSS field
#custom-table .avia-heading-row { background-color: #719430; font-size:19px; font-weight: bold; color: white; border-bottom: none;}
#custom-table li { color: black; border: 1px solid black; }
Best regards,
Yigit
Thanks but the green border around the table is missing. Can you give me the suitable CSS-Code?