Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #707025

    Hi guys,

    If you open my webpage (www.naikare.es) and you go to the Contact section, you will see a table displaying the working hours.
    So, the “dead” cell, which is the top left one, has the top border line visible, but only on Firefox. Chrome and Safari work well.

    Can you tell me please how to remove it?

    Thanks!

    #707540

    Hey blancocapell,

    Kindly add this code in QUick CSS (located in Enfold > General Styling):

    .page-id-5041 .main_color table {
        background: transparent !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #707977

    Hey Nikko,

    Thanks for the answer. It works but if I leave the change, the inner cells (where the actual working hours are) have no white background.
    What can we do?

    #708077

    Hi,

    Kindly replace the code I gave above to this one:

    .page-id-5041 .main_color table td {
        background: #fff !important;
    }
    
    .page-id-5041 .main_color table, 
    .page-id-5041 .main_color table tr.avia-heading-row th {
        background: transparent !important;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    #708308

    That did it.

    Thanks! :)

    #708444

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dead cell in table displaying border’ is closed to new replies.