Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hi,
I don't find the way in Backlight setting to change the appearance of the "success" message after sending a form.
Is it compulsory to go through a personal css sheet?
thanks a lot !
Last edited by vin100lorant (2020-05-11 17:16:00)
Offline
Hi,
you can modify it in:
Backlight>Languages>your language>Manage Language
in "Contact Forms" -> Success Message
Nico
Offline
Sorry, you can modify the CSS by ftp in Backlight/custom/css/your-custom-css:
#message.success {
background-color: #0091EA;
}
#message {
border: 0 solid rgba(255,255,255,0.15);
border-width: 0 0 0 8px;
border-radius: 3px;
border-top-left-radius: 0;
box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
margin: 1.5rem 0;
max-width: 768px;
padding: 0.75rem 12px;
}
Last edited by Nico3939 (2020-05-11 21:43:03)
Offline
to implement custom css, see: https://backlight.me/docs/custom-stylesheets
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you both for your quick responses !
This is what i thought, there is no way to do it directly from the backlight. I wanted to be clear about it.
Offline