Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1076174
    nozziv
    Participant

    Hi,

    I would like to change text color in a contact form 7 (see attached image), what I need to add to Global css ?

    Best regards,

    Michael

    #1076199
    nozziv
    Participant
    This reply has been marked as private.
    #1076231
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { color: white; }

    For the map, please add

    .gm-style .gm-style-iw {
        color: black;
    }

    Hope that helps. 🙂

    #1076329
    nozziv
    Participant
    This reply has been marked as private.
    #1076460
    Paul R
    Moderator

    You’re welcome! 🙂

    #1076463
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1076174 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>