Viewing 7 replies - 1 through 7 (of 7 total)
  • I get “page not found”.
    Do you have a URL to the page with the problem?

    Thread Starter top_banana3

    (@top_banana3)

    Sorry try again…

    https://croftweb.co.uk/chasersec/?page_id=13

    Also, how do you do the following:

    — reduce the height of the message box area —
    — reduce the margin between the checkbox and the message area —

    Sorry to be a pain, usualy I can style most things, but I seem toi be struggling with this!!

    Hope you can help.

    Cheers
    Liam

    The font size of the label associated with the checkbox looks the same as all the other field labels. To change it on the one checkbox extra field add css to the extra field setting “Label CSS” for field #4

    The margins are being effected by your theme css. I do not know directly what you should do. But you should be able tom edit some of the css somewhere.

    Your theme CSS is causing the textarea height.
    Talk to your theme support for advice on editing the theme css

    #content,
    #content input,
    #content textarea {
    	color: #333;
    	font-size: 133%;
    	line-height: 1.5em;
    }
    Thread Starter top_banana3

    (@top_banana3)

    I have tried putting css in the field for the label, but to no avail! That is why I am confused, I have tried all the following options:

    Font-size: 6px;
    font-size: 133%;
    font-size: x-small

    Help!

    Thanks for the advice about textarea, I have snow sorted that. Just split ‘input’ and ‘textarea’ and added height:75px;.

    Cheers
    Liam

    OK, I just realized… “not able to set css of checkbox labels” is on a bug list to be fixed in a future version.

    Hi Mike,
    Is there a way to change the format so that it come out like this?
    First name
    Last name
    Phone number
    Email address

    You can do this:

    First name
    Last name
    Email address
    Phone number

    Set the “Name field format:” setting to First Name, Last name”
    then add a extra field for phone number, make it a “text” type

    https://www.fastsecurecontactform.com/how-to-add-extra-fields

    FAQ
    https://www.fastsecurecontactform.com/faq

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] How to Style Individual Labels?’ is closed to new replies.