Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Button Style

More
7 years 9 months ago #3308 by svalenti
Button Style was created by svalenti
How do I change the style and color of a button on a particular form?

More
7 years 9 months ago #3309 by Administrator AV
Replied by Administrator AV on topic Button Style
Hi,

if the styles do not suit you, you can add custom css classes to the buttons (for example classes which are already defined by your template) or you write custom css to style the button.

www.vi-solutions.de/en/documentations/vi...form-layout-with-css

Regards
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: svalenti

More
7 years 9 months ago #3312 by svalenti
Replied by svalenti on topic Button Style
I added the custom css file using the method described in the documentation, but it still doesn't work.
The custom css is: custom_visforms.css
Here is the css I entered onto the custom css:

btn-submit, {
border: 1px solid #999 !important;
padding: 2px !important;
background-color: #eb8a00 !important;
}

In the Edit Fields config, on the Advanced tab, I entered " btn-submit" (without the quotes of course and a space before the css class)

What am I missing?

Here's the URL: scratchbuiltcycles.com/contact-us

More
7 years 9 months ago #3313 by svalenti
Replied by svalenti on topic Button Style
FIXED!!
I should have looked at the css code...missing "." and an extra"," makes the difference... silly me.
Here's the correct code for anyone interested:
.btn-submit {
border: 1px solid #999 !important;
padding: 2px !important;
background-color: #eb8a00 !important;
}

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum