• Skip to main content
  • Skip to primary sidebar
  • Business
  • WordPress
  • Security
  • Marketing
  • Publicity
  • Computing
  • Resources
  • Whatevs

Purely Wordpress

Just The Tech, News, and Info We Deem To Post

  • Home
  • About
  • Contact
  • Contribute
You are here: Home / Code Snippets / Fancy Infusionsoft Campaign Subscription Box

Fancy Infusionsoft Campaign Subscription Box

Screenshot of WordPress plugin php and html code

Add the following code to your WordPress theme’s function.php file, or a functionality plugin to your Theme’s stylesheet to create a fancy Infusionsoft Campaign Subscription Box.

.newsbox {
 background-color: #FFFFCC; 
 padding: 6px; 
 font-size: 11px;
 text-align: center; 
 width: 260px; 
 margin: 4px auto;
 border: 1px solid #CC0000; 
 border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-box-shadow: 0 1px 3px #CC0000;
 -webkit-box-shadow: 0 1px 3px #CC0000;
 }

.newsbox h2 {
font-size: 14px;
font-weight: bold;
}

.newsbox a {
 text-shadow: #ddd 1px 1px;
 font-weight: normal;
 }

.newswrap {
 clear: both;
 overflow: hidden;
 }

.infusion-field { margin: 4px auto; width: 90%; clear: both;}
// .infusion-field label {float: left;}
.infusion-field input {margin: 4px auto 0; padding-left: 6px; float: left; width: 160px; clear: both;}
.infusion-submit {margin: 0 6px 0; padding: 0; float: left; white-space: normal;}
.infusion-box {margin: -21px 0 0; padding: 0 6px; width: 60px; height: 46px; white-space: normal; font-weight: bold; color: #000; text-shadow: 1px 1px #fff; cursor: pointer; cursor: hand;}

by Jack Alltrade on October 5, 2017

Filed Under: Code Snippets Tagged With: CSS, Infusionsoft, Layout

Reader Interactions

Share Your Two Cents Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Categories

  • Code Snippets
  • Development
  • File Management
  • Genesis Framework
  • Hosting
  • Legacy
  • Plugins
  • SEO
  • Tech Terms
  • Themes
  • User Experience
  • User Interface
  • WordPress Core
  • WordPress Functionality

Warning! Use at your own risk!

As always, use at your own risk and remember to backup your site prior to inserting new code.

© Copyright Jack Alltrade & Associates 2025 · Purely Supplemental™ is a trademark of Jack Alltrade & Associates