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

Question

Question

forms

asked on March 30, 2015

What CSS do I need to use to insert our City of Lewisville image in the top center of the form I'm creating?

0 0

Replies

replied on March 30, 2015
1 0
replied on March 31, 2015 Show version history

Hi Pete,

Depending how you want to add the image; as a back ground or something else. Given your screenshot, Blake's response is probably most suited to your requirements.

#cf-formtitle{
    background-image: url(http://myserver/images/logo.png);
    background-repeat: no-repeat;
}

 

1 0
replied on March 31, 2015

Thank you both for the information.   When I create a custom theme it does not have the option to center the logo.  Any ideas on the CSS I would need to use to center it?

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

Sign in to reply to this post.