Tagged: table
I’ve just made some changes to my “Comparison” table in the link provided.
Once I updated the cell, the option to “hide empty cells” doesn’t seem to work anymore.
Thank you in advance.
Hi forever_dj!
Did you add or remove any plugins prior to making the changes?
You could try disabling all of your plugins if their is a conflict.
Also be sure that you are using the latest version of enfold.
May we have temporary access to your website to take a closer look?
Be sure to use the private content section.
Regards,
Dake
I have the latest version of Enfold and deactivating all plugin’s didn’t fix the issue with the table.
See private info.
Hey!
Try adding this code to the Quick CSS:
.pricing-table li.empty-table-cell{
display: none !important;
}
Cheers!
Josue
Ok, just put this code in the Quick CSS and now it works again.
Thanks Josue!!