Hi @christiancountyhd,
Can you please tell me which device and browser you are using?
I just checked your page. On my end, the color seems to be consistent.
Please let me know.
Regards.
Hello,
I’m using my iphone and safari when I see this color difference, however when in wordpress and looking at the mobile view, I can also see it. It happens on pages such as (under about us) board and staff. GoDaddy is doing maintenance at the moment, so I can’t look to see which others, but I know those 2 were ones that it was doing that on.
@christiancountyhd,
I am sorry about that.
Can you please share a screenshot with us of how it looks?
Regards.
I uploaded the screenshot to the media library on our site – here is the link.
Hello @christiancountyhd,
Sorry to hear you are having problems with colors of table. We imported the table to builder and will try to recreate the issue. And since your website is up, will also check if any other plugin or your theme is overriding the color on mobile view. Will give you an update when we completed our investigation.
Best regards.
Hello @christiancountyhd,
We concluded our investigations and fixed this background color bug that is affecting tables with less than 3 rows. Fix is scheduled for the next update. In the mean time, you can use the provided custom css on your WordPress theme to get the visual style you are aiming for.
@media screen and (max-width: 1023px){
.wptb-table-1182 tr {
background-color: #fff !important;
}
}
Thank you for pointing out and bringing this issue to our attention.
Best regards, and have a great day.