Shape 5

Joomla Templates => Cyan - Club => : JBridgen January 17, 2014, 11:45:09 AM



: How to edit the Contact Page?
: JBridgen January 17, 2014, 11:45:09 AM
Hello,

I have looked in many files and cannot find where to edit the contact page. The issue is that the "Send an email. All fields with an * are required" statement is in a very large font and looks odd. Please see the link below:

http://www.nvyron.co.uk/aboutus/contact

Could someone please advise how to change or the location of the file?

Many thanks.


: Re: How to edit the Contact Page?
: mikenicoll January 20, 2014, 12:38:31 AM
Hello,

You can change the font size here:

bootstrap-default.css - line 762

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

The contacts should be generated in the Joomla back end under Components > Contact

-Mike


: Re: How to edit the Contact Page?
: JBridgen January 21, 2014, 11:29:50 AM
Thank you very much! That's done the job.


: Re: How to edit the Contact Page?
: mikenicoll January 21, 2014, 08:54:53 PM
NP

-Mike