Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #338802
    staipa
    Participant

    Is there a way to change default color for all inputblox?
    Thanks

    #338803
    sujapati
    Keymaster

    @stapia: Certainly, we can add additional CSS to address that. Kindly share your site URL along with your preferred color, and we’ll assist you further.

    Regards,
    Sujapati

    #338804
    staipa
    Participant

    This is an example
    https://www.staipa.it/blog/giorno-della-memoria/#
    I need to see the comment box, something like a border or a lightgray can solve it

    • This reply was modified 2 weeks, 5 days ago by staipa.
    #338809
    sujapati
    Keymaster

    @staipa: For the border to all input box, please add the CSS below

    
    
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        border: 1px solid var(--wp--preset--color--border-color);
    }

    Please navigate Appearance => Customize => Additional CSS to add the code

    Kind Regards
    Sujapati

    #338812
    staipa
    Participant

    Thanks, now I know where to put my hands, good work!

    #338815
    sujapati
    Keymaster

    @staipa: Glad to know that. Feel free to reach out anytime.

    Kind Regards,
    Sujapati

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.