You are viewing limited content. For full access, please sign in.

Question

Question

Field Boxes on Address

asked on August 30, 2016 Show version history

How can I put individual boxes on the fields in the pre-set address? If I uses the 
#q45 .cf-field { border: 1px solid;} 
it puts a box around the whole field not the individual fields (i.e. Street Address, City, etc.) within the address field. Any help would be greatly appreciated.

0 0

Answer

SELECTED ANSWER
replied on August 31, 2016

Use selector on the specific input like this:

#q1 .Address1 { border: 1px solid;} 

Available class selectors are: Address1, Address2, City, State, Postal and Country.

2 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.