Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2712867
i need change color font
Closed

Comments

  • MichalR27 started the conversation

    I created a contact form (CF7) and I would need to change the font color. Nowhere in the settings did I find how to change the color. Could you help me with that?

  •  2,699
    PenciDesign replied

    Hi,

    Please make your site live and show me the URL of that page to I can take a look at this to help you.


    Best Regards,

    PenciDesign

  • MichalR27 replied

    I need the crimp shelf to be visible. There's a gray font color and I need it to be black. Or at least advise me where to find it in the code and I'll change it.
    I am also sending a screenshow in the attachment so that you have an idea of what it looks like.

    https://www.veronikahorvathova.sk/kontakt/
    Thank you very much.
    Regards,
    Michal Rozboril

  •  2,699
    PenciDesign replied

    Hi,

    Please try to add more this code to Customize > Custom CSS to change it:

    #respond label, .wpcf7 label{ color: #000; }
    .wpcf7 textarea::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder {
        color: #000;
        opacity: 1;
    }
    .wpcf7 textarea:-ms-input-placeholder, .wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="url"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder {
        color: #000;
    }
    .wpcf7 textarea::-ms-input-placeholder, .wpcf7 input[type="text"]::-ms-input-placeholder, .wpcf7 input[type="url"]::-ms-input-placeholder, .wpcf7 input[type="email"]::-ms-input-placeholder, .wpcf7 input[type="tel"]::-ms-input-placeholder {
        color: #000;
    }
    

    Best Regards,

    PenciDesign

  • MichalR27 replied

    Thank you very much for helping me.