Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78419
    JOSHUA
    Participant

    Hi, I am at a loss about why this keeps happening. I have other catch site and am not getting this problem. My email signup widget HTML keeps adding a thin line between all the elements. Is there something theme-related that is doing this?

    Here is the site, with the signup at the bottom right: http://riverandrailrestaurant.com/

    And here is the widget HTML code, being added via the TEXT WIDGET:

    <style type="text/css">
    .link,
    .link a,
    #SignUp .signupframe {
    	color: #ffffff;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 13px;
    	}
    	.link,
    	.link a {
    		text-decoration: none;
    		}
    	#SignUp .signupframe {
    		border: 1px solid #8d8d8d;
    		background: #8d8d8d;
    		}
    #SignUp .signupframe .required {
    	font-size: 10px;
    	}
    </style>
    <script type="text/javascript" src="//app.icontact.com/icp/loadsignup.php/form.js?c=1186814&l=7830&f=4612"></script>
    <span class="link"><a href="http://www.icontact.com">Email Marketing</a> You Can Trust</span>
    
    #78495
    Sakin
    Keymaster

    @JOSHUA: I see that your signup widget used Tables, where we have border. You can change that border color by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .signupframe td { border-color: #8d8d8d; }

    #78515
    JOSHUA
    Participant

    awesome, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget code being added?’ is closed to new replies.