Hello
the form does not display the submit button.
I'm on Joomla 5 with "helium" theme and gantry 5.
I cannot submit a message.
the site: https://rayondesoleil.fr/index.php/temoignages
submit button
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: submit button
Hi,
and does it work when you switch to Cassiopeia for testing?
Kind regards,
Benno
and does it work when you switch to Cassiopeia for testing?
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Apr 2024, 18:11
Re: submit button
Hello yes it works.
In fact on "helium" the doubter button is invisible because of the font color which is white. I don't know where to change this color.
Thanks for your help
In fact on "helium" the doubter button is invisible because of the font color which is white. I don't know where to change this color.
Thanks for your help
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Apr 2024, 18:11
Re: submit button
J'ai modifié le scss du template pour mettre la couleur bleue au bouton c'est ok
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: submit button
Hi,
you can modify the color:
You already have one: https://rayondesoleil.fr/templates/g5_h ... tom_83.css for compiling.
See also: https://docs.gantry.org/gantry5/tutoria ... tyle-sheet
Kind regards
Christine
you can modify the color:
Code: Select all
.btn.btn-primary.pgb-btn-primary {
color: #242020;
}
See also: https://docs.gantry.org/gantry5/tutoria ... tyle-sheet
Kind regards
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Apr 2024, 18:11
Re: submit button
Merci pour vos informations
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20