Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657591

    hello, enfold tables are preformatted.
    but i dont want so.
    how to undo the background color? / border?

    this
    <table style=”background-color: transparent;border:0px;”>
    doenst seem to work

    #657598

    Hi jelle!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .footer_color tr:nth-child(odd), .footer_color .pricing-table>li:nth-child(odd), .footer_color .pricing-extra {
        background: inherit;
    }
    #footer table * {
        border: none;
    }

    Cheers!
    Yigit

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