• Closed by: Marek
  • Closed on: 13.11.18, 23:32
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13237 - How to translate and change background color

Hi,

I have a multi-language page (spanish and english) and I would like to change the background color and translate the following texts?

I attach the images.

Thanks!

Comments

Marek 13 Nov 2018, 21:20

I wrote you about translation in another ticket
As for the background color use following code:

body .pk-infomessage-item.state-error {
  background-color: #dc5300;
} 
body .pk-infomessage-item.state-success {
  background-color: #03a912;
}
body .pk-infomessage-item.state-info {
  background-color: #4aaee8;
}
Crisan de los Santos 13 Nov 2018, 23:32

Thanks it worked!