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 #1872969
Text Color
Closed

Comments

  • RUFSKIN started the conversation

    I am experiencing trouble figuring out where to chose the text color for my contact page after a message has been sent. I did a test email and i noticed that after the page reads, "message sent" there are parenthesis directly to the right that appear to have nothing inside of them because the text is white. I would also like to change the color of the quotation marks underneath "message sent" section. Please see attached screenshot.

  •  2,699
    PenciDesign replied

    Hi,

    I recommend you use Contact Form 7 plugin to create contact form for your site.

    Check more about contact form 7 plugin here

    If you want to keep the contact form plugin you're using, let's add more this code to Customize > Custom CSS to fixed issues about text color & quote marks:

    .post-entry a{ color: #607d8b; }
    .post-entry blockquote.contact-form-submission{ padding-left: 0; }
    .post-entry blockquote.contact-form-submission:before{ content: none; display: none; }
    

    Best Regards,

    PenciDesign