Tagged: widget
- This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by JOSHUA.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
October 24, 2015 at 1:23 am #78419JOSHUAParticipant
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>
October 26, 2015 at 1:08 am #78495SakinKeymaster@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; }
October 26, 2015 at 7:40 am #78515JOSHUAParticipantawesome, thank you!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Widget code being added?’ is closed to new replies.