• Hello Guys,
    First i want to thank you for your continued participation in this forum.
    I have a certain problem,i put up my getresponse sign HTML code on the sidebar of my blog just above the archives but the page is not clearly visible.How can i change the font size of the code and color to make it more visible?
    Your assistance will be highly appreciated.

    [signature moderated Please read the Forum Rules]

Viewing 4 replies - 1 through 4 (of 4 total)
  • When you added your form to your sidebar, you also pasted in the CSS that’s supposed to go into your theme’s stylesheet.

    Remove:

    style>
    <!--
    * form box */
    #GRSubscribeForm fieldset {
    width: 260px;
    border: 0;
    }
    /* comment about GetResponse */
    #GRSubscribeForm p {
    font-size: x-small;
    }
    /* table used to position form elements */
    #GRSubscribeForm table {
    border: 0;
    }
    -->
    </style>'
    
    from the sidebar or widget.
    
    Edit style.css and add the following to the bottom of the file:

    /* form box */
    #GRSubscribeForm fieldset {
    width: 260px;
    border: 0;
    }
    #GRSubscribeForm input {
    border:1px solid #999;
    }
    /* comment about GetResponse */
    #GRSubscribeForm p {
    font-size: x-small;
    }
    /* table used to position form elements */
    #GRSubscribeForm table {
    border: 0;
    }`

    Thread Starter phonesis

    (@phonesis)

    Thank you for your response.I have followed your instructions to the letter but there is no change.How can make my sign up for eye catching in terms of visible color and font?

    Please help.
    With King Regards
    Morris

    Try adding the following to your style sheet:

    #GRSubscribeForm {
    	background:#6CA0D5;
    	color:#000;
    }

    and then adjust the background color and text color to suit.

    Thread Starter phonesis

    (@phonesis)

    Thank you.But again no change.
    Have a look https://www.bloggingmillionare.com

    Your continued assistance is appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sign up form’ is closed to new replies.