• Hi!
    So grateful to Steve D that he updated the SpeakUp plugin to SpeakOut. However, using the Basic Petition Theme I have problem with some text not being visible to read. This concerns the heading for the petition and the “Share” text before the Facebook and Twitter buttons. The texts are just slightly visible as shadows, while all other text is sharp and clear. Please see: https://www.powertoparents.se/skriv-pa-var-namninsamling/ (Site in progress, not officially launched)

    I hope there is some easy way to solve this, since I am not used to css.
    But if needed and with good instructions, I can try.

    [Moderator note: Please do not offer to pay in these forums. If you are looking to hire someone, try https://jobs.wordpress.net/ or https://directory.codepoet.com/ and do not accept any hire offers posted to these forums. Please review the Forum Rules for more detail on this.]

    Thanks.

    Kind regards,
    Susanne

Viewing 3 replies - 1 through 3 (of 3 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I recommend using a child theme or a plugin that allows you to add custom CSS. Start with the following, changing the # to whatever color you want to use:

    .dk-speakout-petition-wrap h3 {
    	color: #21759b;
    }
    
    .dk-speakout-petition-wrap p {
        color: #d54e21;
    }

    The problem isn’t that the font is actually transparent, it is just a very similar color to the background that it’s displayed on. Does that get you pointed in the right direction?

    Thread Starter sunyfu

    (@sunyfu)

    Thank you, Geoffrey! Your advice helped me to solve the problem and also encouraged me to try some other design adjustments in the CSS. So pleased! https://www.powertoparents.se/

    I have one remaining problem, though: how to change the labels for the text fields from English to Swedish? That is “First name” and “Last name”. These cannot be changed in the plugin’s settings. My WP general settings are already set to Swedish. Maybe this language is not available for the SpeakOut plugin?

    Hope you can help me with this last headache.:)

    Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I’m very sorry it took so long to respond! I haven’t been able to be on the forums much lately. I’m glad to hear you got the first part working, and even more excited to hear it encouraged to experiment with CSS! ??

    Unfortunately, I don’t have much experience when it comes to translations. I know some plugins/themes do a better job with it than others. You may want to try SpeakOut’s dedicated support forum:
    https://www.ads-software.com/support/plugin/speakout. Sorry I can’t give you a better answer. Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Partly invisible text’ is closed to new replies.