Viewing everwebcodebox background slider

everwebcodebox background slider



User: Andrew D. 9 years ago
that works fine, I wanted to be able to change font & style to fit in with website design.
A bit like the one at the bottom left of this website home page: http://www.vintageeuropeanfurniture.co.nz

Also I found this everweb video ; http://everwebapp.com/explore/addons/mailchimp.html
but it is only for adding the mail chimp signup & I was hoping to alter it....make it look nicer. Andy
User: Roddy 9 years ago
Paste this into the page Head Code box

<style type="text/css">

#mc_embed_signup{

background:#fff;

clear:left;

margin:0;padding:0;

font:15px Trebuchet MS,Arial,sans-serif;margin:0;padding:0;text-transform:uppercase

}

#mc_embed_signup p {font:15px Trebuchet MS,Arial,sans-serif;margin:0;padding:5px;text-transform:uppercase}



#mc_embed_signup .email, #mc_embed_signup .name {

width:200px;

height:20px;

border:none;

border-bottom:2px solid #000;

margin:5px

}

#mc_embed_signup .button {

display:block;

width:100px;

height:25px;background: #000;

border:none;

-webkit-border-radius:5px;

-moz-border-radius:5px;

border-radius:5px;

font: 15px Verdana, helvetica, sans-serif;

color:#fff;margin:5px

}

</style>

Paste this into an HTML Snippet and enter the form URL and ID where shown…

<div id="mc_embed_signup">

<form action="Enter the form URL and ID HERE" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div class="mc-field-group">

<label for="mce-EMAIL"><p>sign up to our mailing list...</p></label>

<label for="mce-BOTHNAME">Name </label>

<input type="text" value="" name="BOTHNAME" class="required email" id="mce-BOTHNAME" />

</div>

<div class="mc-field-group">

<label for="mce-EMAIL">Email </label>

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" />

</div>

<div id="mce-responses">

<div class="response" id="mce-error-response" style="display:none"></div>

<div class="response" id="mce-success-response" style="display:none"></div>

</div>

<input class="button" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" />

</form>

</div>

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Andrew D. 9 years ago
Roddy I am in your debt, I love it. Simple & clean. Andy


Post Reply
You must login or signup to post.