• jgreenenhe

    (@jgreenenhe)


    It looks like the 1.7 update caused the text color to match the background color on our websites, making the text invisible. Does anyone else have this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have same problem with 3 web sites. It’s the inline styles that the plugin adds with the new version. It gets precedence and because of it the style you set in customizer won’t work.

    Thread Starter jgreenenhe

    (@jgreenenhe)

    @emre Have you found a solution?

    Reverted back to 1.6, you can download it from here. I’m waiting for a new release, with fix.

    For those who are technical enough, go into your plugin editor in WordPress and change line 643 from:

                $text_color_parsed = $this->parse_text_color( $bg_color );

    to:

                $text_color_parsed = $this->parse_text_color( $text_color );

    that’s all there’s to it.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.