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 #2086512
Comment Box Customisation
Closed

Comments

  • connectingdotsasia started the conversation

    Hello Team,

    How to customize the comment boxes ?

    Wants these text in small font lines as below :-

    1 .Sign me up for the newsletter!

    2. Notify me of follow-up comments by email.

    3. Notify me of new posts by email.

    Thank You


    Regards

    Nizam

  •  2,699
    PenciDesign replied

    Hi,

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

    form.comment-form > p.mc4wp-checkbox{ margin-left: 0; }
    form.comment-form > p span,
    form.comment-form > p .subscribe-label{ font-size: 14px; text-transform: none; font-weight: normal; font-family: 'Montserrat', sans-serif; }
    form#commentform > div.penci-gdpr-message{ margin-top: 10px; }
    

    Change number 14 on the above code to any value as you want.


    Best Regards,

    PenciDesign

  • connectingdotsasia replied

    not Working.

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see the code appears on your site.

    Please make sure you've added the code and clearly all the cache.

    When you did it and it still doesn't work, let me know.


    Best Regards,

    PenciDesign

  • connectingdotsasia replied

    Still Not Working.

    this line is correct in your code.

    form#commentform > div.penci-gdpr-message{ margin-top: 10px; }
    


  •  2,699
    PenciDesign replied

    Hi,

    Ok. Please try again with this code:

    form.comment-form > p.mc4wp-checkbox{ margin-left: 0 !important; }
    form.comment-form > p span,
    form.comment-form > p .subscribe-label{ font-size: 14px !important; text-transform: none !important; font-weight: normal !important; font-family: 'Montserrat', sans-serif !important; }
    form#commentform > div.penci-gdpr-message{ margin-top: 10px; }


    Best Regards,

    PenciDesign

  • connectingdotsasia replied

    It's working. Thank You So much.