submit button

Phoca Guestbook - creating guestbooks in Joomla! CMS
depber
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Apr 2024, 18:11

submit button

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9130
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: submit button

Post by Benno »

Hi,
and does it work when you switch to Cassiopeia for testing?

Kind regards,
Benno
depber
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Apr 2024, 18:11

Re: submit button

Post 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
depber
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Apr 2024, 18:11

Re: submit button

Post by depber »

J'ai modifié le scss du template pour mettre la couleur bleue au bouton c'est ok
christine
Phoca Hero
Phoca Hero
Posts: 2738
Joined: 28 Nov 2010, 17:20

Re: submit button

Post 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
depber
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Apr 2024, 18:11

Re: submit button

Post by depber »

Merci pour vos informations
Post Reply