Page 1 of 1
submit button
Posted: 22 Apr 2024, 18:15
by depber
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
Re: submit button
Posted: 22 Apr 2024, 18:26
by Benno
Hi,
and does it work when you switch to Cassiopeia for testing?
Kind regards,
Benno
Re: submit button
Posted: 23 Apr 2024, 10:28
by depber
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
Re: submit button
Posted: 23 Apr 2024, 11:15
by depber
J'ai modifié le scss du template pour mettre la couleur bleue au bouton c'est ok
Re: submit button
Posted: 23 Apr 2024, 11:20
by christine
Hi,
you can modify the color:
Code: Select all
.btn.btn-primary.pgb-btn-primary {
color: #242020;
}
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
Re: submit button
Posted: 25 Apr 2024, 15:47
by depber
Merci pour vos informations
Re: submit button
Posted: 17 May 2024, 12:23
by christine
Hi,
depber wrote: ↑25 Apr 2024, 15:47
Merci pour vos informations
Does the code solved it? Because I can't see a form on given URL.
Kind regards
Christine