Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2020-05-11 17:10:07

vin100lorant
Member
Registered: 2014-10-06
Posts: 16

Message "success" customisable?

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

#2 2020-05-11 19:23:10

Nico3939
Member
From: France
Registered: 2016-10-05
Posts: 235
Website

Re: Message "success" customisable?

Hi,

you can modify it in:

Backlight>Languages>your language>Manage Language

in "Contact Forms" -> Success Message

Nico

Offline

#3 2020-05-11 19:27:38

Nico3939
Member
From: France
Registered: 2016-10-05
Posts: 235
Website

Re: Message "success" customisable?

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

#4 2020-05-11 21:17:10

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Message "success" customisable?

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

#5 2020-05-11 22:26:27

vin100lorant
Member
Registered: 2014-10-06
Posts: 16

Re: Message "success" customisable?

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

Board footer

Powered by FluxBB