Change font color in aweber form help please

1 replies
  • WEB DESIGN
  • |
Hi,

I'm trying to figure out how to change the color in a sign-up form from black to white on an aweber form.

Or, worst case scenario make the background white on the widget. It is currently on a wordpress blog template with a very dark background.

Help is greatly appreciated.
#aweber #change #color #font #form
  • Profile picture of the author Victor
    Hi,

    The most basic way to do this would be by adding the font color tag before the text. Like so:

    <font color="#ff0000">Text Goes Here</font>

    However, your Wordpress theme's CSS could be overwriting this value. So you may have to make a tag like the following:

    <span style="color: #FFF;">Text Goes Here</span>

    Hope that helps!
    {{ DiscussionBoard.errors[239840].message }}

Trending Topics