Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1304959

    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.

    #1305309

    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

    #1305323

    Thanks but the green border around the table is missing. Can you give me the suitable CSS-Code?

    #1305515

    Hi,

    Please try this CSS as well:

    #custom-table .pricing-table {
      border: 3px solid #719430;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.