Changing background Color on Aweber form

4 replies
Hi all!

My web form (banner) on my site www.fulldisclosurefitness.com looks fine on certain screens, but on my macbook air (smaller screen?)the name input fields bleed off onto the white background making them hard to see.

I was wondering what part of the html code to look for to change that background color to black (it's very light gray at the moment). It will still bleed off the bottom but at least the white forms will be on a black background.

If anyone has any advice I would appreciate it!

Jay
#aweber #background #changing #color #form
  • Profile picture of the author David V
    In your style.css line 1748 you have this:
    Code:
    .mini_newsletter_banner {
    background-color: rgba(30, 30, 30, 0.15);
    width: 440px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px;
    margin: -27px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    clear: both;
    }
    Change the background color there. (bolded above)
    {{ DiscussionBoard.errors[8506738].message }}
  • Profile picture of the author David V
    Yup, roger that! When I copied from Chrome Developer tools it shows it as RGB.
    {{ DiscussionBoard.errors[8508091].message }}
  • Profile picture of the author marketkidz
    For changing background colors you have to modify css or you have to modify images which are used in the css as per the theme of the page used in the particular things
    {{ DiscussionBoard.errors[8535058].message }}

Trending Topics