Search…

X3 Photo Gallery Support Forums

Search…
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Styling checkmark after contact form is sent

26 Aug 2020, 07:17

Hey there,

how can I change the color of the checkmark that appears after successfull submission of a contact form message?
I don't need the color change on hover, one fixed color would be sufficient.

On a side note: I think it would be nice if the default color was the primary color assigned in the skin settings.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Styling checkmark after contact form is sent

27 Aug 2020, 01:08

Settings > Custom > Custom CSS:
Code
.form-response .fa-check {
  color: #123456 !important;
}
When using !important, the color will remain also on mouse hover.
metallissimus wrote:On a side note: I think it would be nice if the default color was the primary color assigned in the skin settings.
Thought about that, but some users have a strong red color as primary, which conveys the wrong meaning.
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Styling checkmark after contact form is sent

27 Aug 2020, 07:36

Thank you!
mjau-mjau wrote: Thought about that, but some users have a strong red color as primary, which conveys the wrong meaning.
That's a good point, didn't think of that.
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography