Shape 5

Joomla Templates => Fresh Bistro - Club => : rauldejesu July 07, 2015, 06:21:55 PM



: As I can change the color and the font in the area of contact form.
: rauldejesu July 07, 2015, 06:21:55 PM
As I can change the color and the font in the area of contact form.


: Re: As I can change the color and the font in the area of contact form.
: mikenicoll July 07, 2015, 06:41:32 PM
Hello,

Please post a URL where this form is published.


: Re: As I can change the color and the font in the area of contact form.
: rauldejesu July 07, 2015, 07:05:39 PM
hi mike
the url is:
www.gorilas.com.mx

http://gorilas.com.mx/index.php/en/contacto


: Re: As I can change the color and the font in the area of contact form.
: mikenicoll July 07, 2015, 07:08:39 PM
Hello,

You can redefine those colors below:

:
Template.CSS - Line 3

body {
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 193%;
}

:
Template.CSS - Line 1020

.contact h3 {
    color: #7d7d7d;
    font-size: 1.1em;
}


: Re: As I can change the color and the font in the area of contact form.
: rauldejesu July 14, 2015, 05:35:44 PM
Hello,  the font still be in black/gray color,  is in the contact info text.


: Re: As I can change the color and the font in the area of contact form.
: mikenicoll July 14, 2015, 08:00:20 PM
Hello,

Try adding this to the custom.css file and adjust as needed.

:
.contact, .contact h3, .contact legend {
     color: #ff0000 ! important;
}

Regards,