Hi,
In this page - https://crosswaychurches.org/kgc/kgc-roster-1/, I have added a ninja table using shortcode inside a ‘Text’ element. Is it possible to add CSS style to selected cells in the table.
I tried to style with the following code but it doesn’t seem to work -
document.getElementsByClassName(“ninja_clmn_nm_14_july2019”).style.color = “blue”;
Can you please suggest a solution for this?
Thanks in advnace