Startup Pro

Home Forums All Other Themes Startup Pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #66330
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Is it possible to make the letters in the quick contactform brighter? I have tried to lighten them up a bit more, but on a laptop they are still very soft and grey and on mobile they are not visible. How can I fix this?

    https://veilige-woning.nl/

    Miranda

    #66336
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Miranda,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color:#ffffff;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color:#ffffff;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color:#ffffff;
    }
    :-moz-placeholder { /* Firefox 18- */
      color:#ffffff;
    }

    Regards,
    Dave

    #66338
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Super! Thanks Dave. On mobile they are perfect now.

    Is it also possible to lit them up a bit more on a pc of laptop? They are still quite grey now.

    Miranda

    #66350
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Miranda,

    Kindly remove the cache of your browser and check again. Text is appears white now.

    Regards,
    Dave

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