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 #2305560
Comment form
Closed

Comments

  • tudor_deleanu started the conversation

    Hello, 


    Where can I edit color and details of comment form ?


    Thank you !

  •  2,699
    PenciDesign replied

    Hi,

    Please tell me detail what do you want to edit and change on comment form.

    And please show me your site URL.


    Best Regards,

    PenciDesign

  •   tudor_deleanu replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    #respond textarea,
    #respond input[type="text"],
    #respond input[type="email"]{ 
        border-color: #a67c52;
    }
    #respond .form-submit input.submit{
        color: #fff !important;
        background-color: #a67c52 !important;
    }
    

    Best Regards,

    PenciDesign