After an upgrade to 2.3.2, the Product Table Highlight Column button style has the same colour text as the non-highlighted style.
Any advice appreciated, I can’t seem to find a css style unique to the highlight column to target this and fix via quick CSS.
Cheers,
Jason
Hey Jason!
I don’t see any of the table columns marked as highlighted. Can you double check that one of them is set to be the highlighted column on that pages shortcode/element.
Regards,
Devin
You’re right, no columns are marked as highlighted in that example, but it’s actually the font colour for the theme-coloured button that’s broken. I worked out after my post that it’s not related to the highlighted column.
I used this quick CSS to patch it:
.avia-color-theme-color span {
color:#ffffff;
}
Would appreciate if you could look into a permanent fix.
Cheers,
Jason