Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178310

    After an upgrade to 2.3.2, the Product Table Highlight Column button style has the same colour text as the non-highlighted style.

    screenshot

    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

    • This topic was modified 11 years, 1 month ago by Jason.
    #179129

    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

    #180024

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘2.3.2 breaks button font colour’ is closed to new replies.