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!
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
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?
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
That did it.
Thanks! :)
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