Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #589467

    Hi there,

    Is it possible to have your table have a transparent background with white borders? Also to have the text inside be white or a very light grey color? (Like the White Transparent option when making a contact form?)

    Thanks

    Shaun

    #589856

    Hello,

    Insert that code on Enfold Quick Css or Custom Css plugin:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
        background: rgba(248, 248, 248, 0);
        border: 1px solid #fff;
        color: #fff !important;
    }
    
    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
        color: #FFFFFF;
        border: 1px solid #fff !important;
    }
    

    Hope to help you

    #590353

    Hi @ShaunNotcutt,

    Did you have any luck with the code posted by @Isakos-Soft. If not then please post a link to your site and we’ll have a closer look.

    Regards,
    Rikard

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