Viewing everwebcodebox background slider

everwebcodebox background slider



User: Andrew D. 12 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 12 years ago
Paste this into the page Head Code box

<style type="text/css"><br />
#mc_embed_signup{<br />
background:#fff; <br />
clear:left; <br />
margin:0;padding:0;<br />
font:15px Trebuchet MS,Arial,sans-serif;margin:0;padding:0;text-transform:uppercase<br />
}<br />
#mc_embed_signup p {font:15px Trebuchet MS,Arial,sans-serif;margin:0;padding:5px;text-transform:uppercase}<br />
<br />
#mc_embed_signup .email, #mc_embed_signup .name {<br />
width:200px;<br />
height:20px;<br />
border:none;<br />
border-bottom:2px solid #000;<br />
margin:5px<br />
}<br />
#mc_embed_signup .button {<br />
display:block;<br />
width:100px;<br />
height:25px;background: #000;<br />
border:none;<br />
-webkit-border-radius:5px;<br />
-moz-border-radius:5px;<br />
border-radius:5px;<br />
font: 15px Verdana, helvetica, sans-serif;<br />
color:#fff;margin:5px<br />
}<br />
</style>

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

<div id="mc_embed_signup"><br />
<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><br />
<div class="mc-field-group"><br />
<label for="mce-EMAIL"><p>sign up to our mailing list...</p></label><br />
<label for="mce-BOTHNAME">Name </label><br />
<input type="text" value="" name="BOTHNAME" class="required email" id="mce-BOTHNAME" /><br />
</div> <br />
<div class="mc-field-group"><br />
<label for="mce-EMAIL">Email </label><br />
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" /><br />
</div><br />
<div id="mce-responses"><br />
<div class="response" id="mce-error-response" style="display:none"></div><br />
<div class="response" id="mce-success-response" style="display:none"></div><br />
</div> <br />
<input class="button" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" /><br />
</form><br />
</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. 12 years ago
Roddy I am in your debt, I love it. Simple & clean. Andy


Post Reply
You must login or signup to post.