Reply To: Submit Button Colour Change??

Home Forums Guestbook Add-On Submit Button Colour Change?? Reply To: Submit Button Colour Change??

#7761
faithlux
Participant

label.text-info {
font-size: 120%;
}

But when i wanna add the following code bellow the font-size, it doesnt change its color.

color: #000000

so the code shows like this:

label.text-info {
font-size: 120%;
color: #000000;
}

How can i change the color??