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

    Hello,

    I’ve got an issue where the table background color of the first cell makes a 1px border around the bottom and right and bottom sides of the next two cells in Google Chrome. This is an issue because they have a different coloured background so a 1px white border is visible.

    Any ideas what CSS I can add to fix this issue?

    Many thanks in advance,

    #1056208

    Hey ChichesterDesign,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .flex_column_table.-flextable .flex_column_table_cell:nth-child(n+2) {
        background-color: transparent !important; 
    }

    Best regards,
    Mike

    #1059749

    Hi Mike,

    That fixed the problem at the top of the page, but it appears to have made the boxes lower down the page transparent. Any ideas on how we fix that?
    Many thanks in advance,

    #1059899

    Hi,
    Sorry about that, please try this one instead:

    #top.home .avia-builder-el-first .flex_column_table .flex_column_table_cell:nth-child(n+2) {
        background-color: transparent !important; 
    }

    Best regards,
    Mike

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