Contact Form - Question | JoomShaper

Contact Form

E

Edwin Kölliker

SP Page Builder 10 months ago

Hello I have created a website with SP Page Builder, using the template “Revibe”. I have created a “Contact-Form”. Unfortunately, this does not work correctly from my point of view. I cannot change the color of the font. When I write in the contact form, the same unreadable font color always appears .... I have also activated the Phone number field ... but it does not work! What am I doing wrong, or how can I change this?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #186261

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #186266

Hi Edwin.

Custom CSS is needed to change colors there :

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

.sppb-form-control, .sppb-form-group .sppb-form-control {color: #eee;}

I added here: templates/shaper_revibe/css/custom.css (and done, contrast improved)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #186342

HI Edwin,

Is this solved now?

0